mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
14 lines
340 B
Makefile
14 lines
340 B
Makefile
# $FreeBSD$
|
|
|
|
MAN1= nroff.1 psroff.1
|
|
|
|
CLEANFILES+= ${MAN1}
|
|
|
|
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>
|