diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-09-13 12:21:25 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-09-13 12:21:25 +0000 |
| commit | dab372ae6e854bb7676826785e4b7fbbcd1d20d9 (patch) | |
| tree | c374d36ff2c05632181ab0cbfeda1e1e8f6053ff /usr.bin/chpass | |
| parent | 079709dc3a35b68657435a35bdf78b2793691932 (diff) | |
Notes
Diffstat (limited to 'usr.bin/chpass')
| -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 ffd577f44c240..7445234b0986a 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 |
