]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/groff/nroff/Makefile
This commit was generated by cvs2svn to compensate for changes in r52287,
[FreeBSD/FreeBSD.git] / gnu / usr.bin / groff / nroff / Makefile
1 MAN1=           nroff.1 psroff.1
2 MANDEPEND=      nroff.1 psroff.1
3
4 CLEANFILES+=    ${MANDEPEND}
5
6 afterinstall:
7         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
8                 $(DIST_DIR)/nroff.sh $(DESTDIR)$(BINDIR)/nroff
9         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10                 $(DIST_DIR)/psroff.sh $(DESTDIR)$(BINDIR)/psroff
11
12 .include <../Makefile.cfg>
13 .include <bsd.prog.mk>