diff options
Diffstat (limited to 'usr.bin/cpp/Makefile')
-rw-r--r-- | usr.bin/cpp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cpp/Makefile b/usr.bin/cpp/Makefile index e6099c5ac82..53cd6ee212b 100644 --- a/usr.bin/cpp/Makefile +++ b/usr.bin/cpp/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.6 1997/04/27 20:56:42 millert Exp $ +# $OpenBSD: Makefile,v 1.7 1999/12/23 07:14:12 mickey Exp $ NOMAN= +NOOBJ= beforeinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |