X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/1c15e88899094343f75aeba04122cd96a96b428e..af359dea2e5ab3e937b62107ecd6a51d78189ed7:/usr/src/usr.bin/chpass/Makefile diff --git a/usr/src/usr.bin/chpass/Makefile b/usr/src/usr.bin/chpass/Makefile index 2fc4fd8506..573781ba33 100644 --- a/usr/src/usr.bin/chpass/Makefile +++ b/usr/src/usr.bin/chpass/Makefile @@ -1,9 +1,10 @@ -# @(#)Makefile 5.3 (Berkeley) 5/11/90 +# @(#)Makefile 5.5 (Berkeley) 2/19/91 PROG= chpass -SRCS= chpass.c field.c util.c +SRCS= chpass.c edit.c field.c pw_copy.c pw_scan.c pw_util.c table.c util.c BINOWN= root BINMODE=4555 +.PATH: ${.CURDIR}/../../usr.sbin/pwd_mkdb ${.CURDIR}/../../usr.sbin/vipw LINKS= ${BINDIR}/chpass ${BINDIR}/chfn ${BINDIR}/chpass ${BINDIR}/chsh MLINKS= chpass.1 chfn.1 chpass.1 chsh.1