diff --git a/gnu/usr.bin/groff/devX100-12/Makefile b/gnu/usr.bin/groff/devX100-12/Makefile index bca6c8473bdc..70b651a979eb 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 bca6c8473bdc..4474bafb4dc0 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 bca6c8473bdc..34dfe1cbacb1 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 bca6c8473bdc..ca1e3ce9507e 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 427a7433c00a..c2b06a1d1175 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