diff options
author | wosch <wosch@FreeBSD.org> | 1997-09-13 12:21:25 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-09-13 12:21:25 +0000 |
commit | aca248818711375831876673fa5e4cdf544377d3 (patch) | |
tree | bc422f6f8266716ae671460d938c9179828b3a4e /usr.bin | |
parent | 763b84b2965e460b085c5f5e2edd1fda366f7841 (diff) | |
download | FreeBSD-src-aca248818711375831876673fa5e4cdf544377d3.zip FreeBSD-src-aca248818711375831876673fa5e4cdf544377d3.tar.gz |
Add manpage links ypchpass.1, ypchfn.1, ypchsh.1
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/chpass/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index ffd577f..7445234 100644 --- a/usr.bin/chpass/Makefile +++ b/usr.bin/chpass/Makefile @@ -13,7 +13,10 @@ LINKS+= ${BINDIR}/chpass ${BINDIR}/chsh LINKS+= ${BINDIR}/chpass ${BINDIR}/ypchpass LINKS+= ${BINDIR}/chpass ${BINDIR}/ypchfn LINKS+= ${BINDIR}/chpass ${BINDIR}/ypchsh + MLINKS= chpass.1 chfn.1 chpass.1 chsh.1 +MLINKS+= chpass.1 ypchpass.1 chpass.1 ypchfn.1 chpass.1 ypchsh.1 + COPTS+= -DYP -I. -I${.CURDIR}/../../libexec/ypxfr \ -I${.CURDIR}/../../usr.sbin/rpc.yppasswdd -Dyp_error=warnx |