freebsd-dev/gnu/usr.bin/groff/grog/Makefile
Jeroen Ruigrok van der Werven 9eb65820c1 Add bmake glue for grog(1), an utility which guesses groff's
flags and options.

Requested by:	andreas
2000-01-12 10:30:27 +00:00

21 lines
339 B
Makefile

# Makefile for grog
#
# $FreeBSD$
MAN1= grog.1
MANDEPEND= ${MAN1}
CLEANFILES+= ${MANDEPEND}
all: grog
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} grog \
${DESTDIR}${BINDIR}
.include <../Makefile.cfg>
.include <bsd.prog.mk>
grog: ${DIST_DIR}/grog.sh
sed -e 's/gsoelim/soelim/' ${.ALLSRC} > ${.TARGET}