BSD 4_3_Net_2 release
[unix-history] / usr / src / usr.bin / chpass / Makefile
index 2fc4fd8..573781b 100644 (file)
@@ -1,9 +1,10 @@
-#      @(#)Makefile    5.3 (Berkeley) 5/11/90
+#      @(#)Makefile    5.5 (Berkeley) 2/19/91
 
 PROG=  chpass
 
 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
 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
 
 LINKS= ${BINDIR}/chpass ${BINDIR}/chfn ${BINDIR}/chpass ${BINDIR}/chsh
 MLINKS=        chpass.1 chfn.1 chpass.1 chsh.1