diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-05-15 14:41:28 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-05-15 14:41:28 +0000 |
| commit | 88287e1a2dd3671aaa51cd5853c633320c03e62a (patch) | |
| tree | 5abd9f5b3076dd53dbcbce90551bf0e84ecb55f5 /gnu/usr.bin/groff | |
| parent | d94edef5b5c908811806f089055c942e6b00621f (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/groff')
| -rw-r--r-- | gnu/usr.bin/groff/grog/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/usr.bin/groff/grog/Makefile b/gnu/usr.bin/groff/grog/Makefile index 54ad2d6eefaf..306216009457 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 |
