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

14 lines
341 B
Makefile
Raw Normal View History

1996-09-08 01:27:58 +00:00
MAN1= nroff.1
MANDEPEND= nroff.1
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>