freebsd-dev/gnu/include/Makefile
Peter Wemm 20c5124b62 missed these parts of Bruce's changes last time..
Submitted by: bde (again :-)
1996-08-30 21:57:39 +00:00

10 lines
203 B
Makefile

# $Id: Makefile,v 1.4 1996/08/30 19:26:49 peter Exp $
NOOBJ= noobj
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/values.h \
${DESTDIR}/usr/include
.include <bsd.prog.mk>