diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-23 15:58:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-23 15:58:34 +0000 |
commit | 018f89c090277b23e21223d3c6024d4486d0b3ed (patch) | |
tree | 1dc8c8db4294bfba6463b7cc60c1ec248ef863f8 /distrib/utils/Makefile.inc | |
parent | af17b126b4c74b74f453d3d9ebc956e537c50bf2 (diff) |
update from netbsd
Diffstat (limited to 'distrib/utils/Makefile.inc')
-rw-r--r-- | distrib/utils/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/utils/Makefile.inc b/distrib/utils/Makefile.inc index 0b9a8e7d181..7f3eb921dd6 100644 --- a/distrib/utils/Makefile.inc +++ b/distrib/utils/Makefile.inc @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.inc,v 1.2 1995/10/13 18:10:07 gwr Exp $ +# $NetBSD: Makefile.inc,v 1.2.4.1 1995/11/21 21:26:41 gwr Exp $ # utils one might want in a crunched binary BSDSRCDIR?= /usr/src LDSTATIC= -static -install: +install: .NOTMAIN @echo "install not expected" |