1996-08-30 03:12:16 +00:00
|
|
|
# $Id: Makefile,v 1.2 1995/08/06 12:22:38 bde Exp $
|
1994-11-08 00:47:04 +00:00
|
|
|
#
|
|
|
|
all depend lint tags:
|
|
|
|
|
|
|
|
FILES= values.h
|
|
|
|
NOOBJ= noobj
|
|
|
|
|
|
|
|
beforeinstall:
|
1996-08-30 03:12:16 +00:00
|
|
|
.for i in ${FILES}
|
|
|
|
cd ${.CURDIR} ; \
|
|
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 $i \
|
|
|
|
${DESTDIR}/usr/include/$i
|
|
|
|
.endfor
|
1994-11-08 00:47:04 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|