summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/nroff/Makefile
blob: 6758dd4b9c57464d3690427d41e3400f6024c5cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
OpenPOWER on IntegriCloud