From e5eb0d8db1c51943dbb1c7dd7407be14993dc2ee Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 20 Feb 1998 11:18:57 +0000 Subject: [PATCH] Don't create an unused obj directory. --- gnu/usr.bin/groff/devX100-12/Makefile | 6 ++++-- gnu/usr.bin/groff/devX100/Makefile | 6 ++++-- gnu/usr.bin/groff/devX75-12/Makefile | 6 ++++-- gnu/usr.bin/groff/devX75/Makefile | 6 ++++-- 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 bca6c8473bd..70b651a979e 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 bca6c8473bd..4474bafb4dc 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 bca6c8473bd..34dfe1cbacb 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 bca6c8473bd..ca1e3ce9507 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 427a7433c00..c2b06a1d117 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