freebsd-dev/gnu/include/Makefile

16 lines
274 B
Makefile
Raw Normal View History

1996-08-30 03:12:16 +00:00
# $Id: Makefile,v 1.2 1995/08/06 12:22:38 bde Exp $
#
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
.include <bsd.prog.mk>