freebsd-dev/gnu/usr.bin/groff/nroff/Makefile

14 lines
359 B
Makefile
Raw Normal View History

1997-09-15 16:08:56 +00:00
MAN1= nroff.1 psroff.1
MANDEPEND= nroff.1 psroff.1
1996-09-08 01:27:58 +00:00
CLEANFILES+= ${MANDEPEND}
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
$(DIST_DIR)/nroff.sh $(DESTDIR)$(BINDIR)/nroff
1996-09-08 01:27:58 +00:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
$(DIST_DIR)/psroff.sh $(DESTDIR)$(BINDIR)/psroff
1996-09-08 01:27:58 +00:00
.include <../Makefile.cfg>
.include <bsd.prog.mk>