386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 3 Mar 1991 23:54:07 +0000 (15:54 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 3 Mar 1991 23:54:07 +0000 (15:54 -0800)
Work on file usr/src/usr.bin/chpass/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/src/usr.bin/chpass/Makefile [new file with mode: 0644]

diff --git a/usr/src/usr.bin/chpass/Makefile b/usr/src/usr.bin/chpass/Makefile
new file mode 100644 (file)
index 0000000..573781b
--- /dev/null
@@ -0,0 +1,11 @@
+#      @(#)Makefile    5.5 (Berkeley) 2/19/91
+
+PROG=  chpass
+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
+
+.include <bsd.prog.mk>