diff options
author | bde <bde@FreeBSD.org> | 1998-02-20 11:18:57 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-02-20 11:18:57 +0000 |
commit | 3912a8fcc17932e6dcfdae374861b46ad0b5f492 (patch) | |
tree | 20b3228415e8298efaea8c6f15c61390c0c5f7b2 | |
parent | 7bfcc9edbb83d81ef240433f6608eb65b79c243f (diff) | |
download | FreeBSD-src-3912a8fcc17932e6dcfdae374861b46ad0b5f492.zip FreeBSD-src-3912a8fcc17932e6dcfdae374861b46ad0b5f492.tar.gz |
Don't create an unused obj directory.
-rw-r--r-- | gnu/usr.bin/groff/devX100-12/Makefile | 6 | ||||
-rw-r--r-- | gnu/usr.bin/groff/devX100/Makefile | 6 | ||||
-rw-r--r-- | gnu/usr.bin/groff/devX75-12/Makefile | 6 | ||||
-rw-r--r-- | gnu/usr.bin/groff/devX75/Makefile | 6 | ||||
-rw-r--r-- | usr.bin/global/systags/Makefile | 4 |
5 files changed, 19 insertions, 9 deletions
diff --git a/gnu/usr.bin/groff/devX100-12/Makefile b/gnu/usr.bin/groff/devX100-12/Makefile index bca6c84..70b651a 100644 --- a/gnu/usr.bin/groff/devX100-12/Makefile +++ b/gnu/usr.bin/groff/devX100-12/Makefile @@ -1,7 +1,9 @@ -# $Id$ +# $Id: Makefile,v 1.6 1997/02/22 15:45:45 peter Exp $ # # Generic groff font makefile -# + +NOOBJ= + .include "${.CURDIR}/../Makefile.inc" .include "${DIST_DIR}/Makefile.sub" .include "${.CURDIR}/../Makefile.dev" diff --git a/gnu/usr.bin/groff/devX100/Makefile b/gnu/usr.bin/groff/devX100/Makefile index bca6c84..4474baf 100644 --- a/gnu/usr.bin/groff/devX100/Makefile +++ b/gnu/usr.bin/groff/devX100/Makefile @@ -1,7 +1,9 @@ -# $Id$ +# $Id: Makefile,v 1.6 1997/02/22 15:45:44 peter Exp $ # # Generic groff font makefile -# + +NOOBJ= + .include "${.CURDIR}/../Makefile.inc" .include "${DIST_DIR}/Makefile.sub" .include "${.CURDIR}/../Makefile.dev" diff --git a/gnu/usr.bin/groff/devX75-12/Makefile b/gnu/usr.bin/groff/devX75-12/Makefile index bca6c84..34dfe1c 100644 --- a/gnu/usr.bin/groff/devX75-12/Makefile +++ b/gnu/usr.bin/groff/devX75-12/Makefile @@ -1,7 +1,9 @@ -# $Id$ +# $Id: Makefile,v 1.6 1997/02/22 15:45:48 peter Exp $ # # Generic groff font makefile -# + +NOOBJ= + .include "${.CURDIR}/../Makefile.inc" .include "${DIST_DIR}/Makefile.sub" .include "${.CURDIR}/../Makefile.dev" diff --git a/gnu/usr.bin/groff/devX75/Makefile b/gnu/usr.bin/groff/devX75/Makefile index bca6c84..ca1e3ce 100644 --- a/gnu/usr.bin/groff/devX75/Makefile +++ b/gnu/usr.bin/groff/devX75/Makefile @@ -1,7 +1,9 @@ -# $Id$ +# $Id: Makefile,v 1.6 1997/02/22 15:45:46 peter Exp $ # # Generic groff font makefile -# + +NOOBJ= + .include "${.CURDIR}/../Makefile.inc" .include "${DIST_DIR}/Makefile.sub" .include "${.CURDIR}/../Makefile.dev" diff --git a/usr.bin/global/systags/Makefile b/usr.bin/global/systags/Makefile index 427a743..c2b06a1 100644 --- a/usr.bin/global/systags/Makefile +++ b/usr.bin/global/systags/Makefile @@ -1,8 +1,10 @@ -# $Id: Makefile,v 1.3 1997/12/15 02:28:24 skynyrd Exp $ +# $Id: Makefile,v 1.3 1997/12/15 23:34:57 cwt Exp $ GLOBAL_DIR= ${.CURDIR}/../../../contrib/global .PATH: ${GLOBAL_DIR}/systags +NOOBJ= + beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${GLOBAL_DIR}/systags/systags.sh ${DESTDIR}${BINDIR}/systags |