summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-05-15 14:41:28 +0000
committerbde <bde@FreeBSD.org>2000-05-15 14:41:28 +0000
commit28e3098b492a23289288f8b5c7403dee2b04cdf4 (patch)
tree537fef7705c329c262301cd29f41747c34449b45 /gnu/usr.bin
parent43d00954241ea7e436019358c0fc9949bb6357fe (diff)
downloadFreeBSD-src-28e3098b492a23289288f8b5c7403dee2b04cdf4.zip
FreeBSD-src-28e3098b492a23289288f8b5c7403dee2b04cdf4.tar.gz
Don't forget to clean "grog".
Don't use MANDEPEND. It hasn't had anything to do with dependencies for 5-6 years, but is still being used, mainly in groff/*/Makefile, where it amounts to just a macro giving the list of generated man pages. Since all man pages in groff are generated (from .man to .[1-9]), it's simpler to use the source names ({$MANX}) to give the list. Fixed some other style bugs.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/groff/grog/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/usr.bin/groff/grog/Makefile b/gnu/usr.bin/groff/grog/Makefile
index 54ad2d6..3062160 100644
--- a/gnu/usr.bin/groff/grog/Makefile
+++ b/gnu/usr.bin/groff/grog/Makefile
@@ -1,11 +1,7 @@
-# Makefile for grog
-#
# $FreeBSD$
-MAN1= grog.1
-
-MANDEPEND= ${MAN1}
-CLEANFILES+= ${MANDEPEND}
+MAN1= grog.1
+CLEANFILES= grog ${MAN1}
all: grog
@@ -13,7 +9,7 @@ beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} grog \
${DESTDIR}${BINDIR}
-.include <../Makefile.cfg>
+.include "../Makefile.cfg"
.include <bsd.prog.mk>
grog: ${DIST_DIR}/grog.sh
OpenPOWER on IntegriCloud