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

15 lines
338 B
Makefile
Raw Normal View History

2000-12-05 19:15:36 +00:00
# $FreeBSD$
2001-03-27 14:59:06 +00:00
MAN= nroff.1 psroff.1
1996-09-08 01:27:58 +00:00
2001-03-27 14:59:06 +00:00
CLEANFILES+= ${MAN}
1996-09-08 01:27:58 +00:00
2000-12-05 19:15:36 +00:00
beforeinstall:
1996-09-08 01:27:58 +00:00
${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>