mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
13 lines
333 B
Makefile
13 lines
333 B
Makefile
MAN1= nroff.1
|
|
MANDEPEND= nroff.1
|
|
|
|
CLEANFILES+= ${MANDEPEND}
|
|
|
|
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 <../Makefile.cfg>
|
|
.include <bsd.prog.mk>
|