diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-13 06:48:18 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-13 06:48:18 +0000 |
| commit | cda2a9b2f0ab38e44572729b85e2ef744b6c831f (patch) | |
| tree | 803f734f43871d3306b26ad1076e0452dd8cbc56 /usr.bin/chpass | |
| parent | 9b8a07ff32be4e7e099bc1526c741b9b1c722294 (diff) | |
Notes
Diffstat (limited to 'usr.bin/chpass')
| -rw-r--r-- | usr.bin/chpass/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index 3930873287295..69b93c0cf9b0f 100644 --- a/usr.bin/chpass/Makefile +++ b/usr.bin/chpass/Makefile @@ -7,6 +7,7 @@ SRCS= chpass.c edit.c field.c pw_copy.c pw_scan.c pw_util.c pw_yp.c \ table.c util.c ypxfr_misc.c ${GENSRCS} GENSRCS=yp.h yp_clnt.c yppasswd.h yppasswd_clnt.c yppasswd_private.h \ yppasswd_private_clnt.c yppasswd_private_xdr.c +BINOWN= root BINMODE=4555 .PATH: ${.CURDIR}/../../usr.sbin/pwd_mkdb ${.CURDIR}/../../usr.sbin/vipw \ ${.CURDIR}/../../libexec/ypxfr \ |
