diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-12-23 07:14:13 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-12-23 07:14:13 +0000 |
commit | e97d768f92674bc5ae2302544c8608187aa66d4c (patch) | |
tree | 4a409c51fad3dc75ff9e4a96d5a55e710dce44a1 | |
parent | 7218971dfb25b4fa92d1d0bad6dd650cd2a65678 (diff) |
no need for obj dir at all; millert@ ok
-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} \ |