12 lines
317 B
Makefile
12 lines
317 B
Makefile
|
MAN1= nroff.0
|
||
|
|
||
|
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 <bsd.prog.mk>
|
||
|
.include <../../Makefile.inc>
|
||
|
.include <../Makefile.cfg>
|