aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-05-15 14:41:28 +0000
committerBruce Evans <bde@FreeBSD.org>2000-05-15 14:41:28 +0000
commit88287e1a2dd3671aaa51cd5853c633320c03e62a (patch)
tree5abd9f5b3076dd53dbcbce90551bf0e84ecb55f5 /gnu/usr.bin
parentd94edef5b5c908811806f089055c942e6b00621f (diff)
Notes
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 54ad2d6eefafb..3062160094577 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