freebsd-dev/gnu/usr.bin/groff/nroff/Makefile
2001-03-27 14:59:06 +00:00

15 lines
338 B
Makefile

# $FreeBSD$
MAN= nroff.1 psroff.1
CLEANFILES+= ${MAN}
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
$(DIST_DIR)/nroff.sh $(DESTDIR)$(BINDIR)/nroff
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
$(DIST_DIR)/psroff.sh $(DESTDIR)$(BINDIR)/psroff
.include <../Makefile.cfg>
.include <bsd.prog.mk>