summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/nroff/Makefile
blob: d08fc866f3d9c7869343eb8c223000ae1a0710b1 (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} \
		$(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>
OpenPOWER on IntegriCloud