Revision f9f1e98b7494f198078ccb04d7b59295e174ae08 authored by Eivind Eklund on 21 September 2000, 16:41:46 UTC, committed by Eivind Eklund on 21 September 2000, 16:41:46 UTC
1 parent 0e2b960
Raw File
Makefile
# $FreeBSD$

NOOBJ=	noobj

beforeinstall:
	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/values.h \
		${DESTDIR}/usr/include

.include <bsd.prog.mk>
back to top