blob: 36d1a885d4c818667b9caaac397a1ba513d6ab54 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
MAN1= nroff.1
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
$(.CURDIR)/nroff.sh $(DESTDIR)$(BINDIR)/nroff
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
$(.CURDIR)/psroff.sh $(DESTDIR)$(BINDIR)/psroff
.include <../../../usr.bin/Makefile.inc>
.include <../Makefile.cfg>
.include <bsd.prog.mk>
|