diff options
| author | Mark Murray <markm@FreeBSD.org> | 1995-09-03 11:40:37 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1995-09-03 11:40:37 +0000 |
| commit | 492412e2d02fd653cb8821878581cedcd082ad73 (patch) | |
| tree | 175ea670e88055765e3fcfc67f9a7e909c1bac7d | |
| parent | e475eb56ca1f8b37ee9f8f96175301b53f507984 (diff) | |
Notes
| -rw-r--r-- | usr.bin/passwd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index 6b9c14dd1d919..bebe30c3c0008 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,8 +1,8 @@ # From: @(#)Makefile 8.3 (Berkeley) 4/2/94 -# $Id: Makefile,v 1.15 1995/08/13 16:07:28 wpaul Exp $ +# $Id: Makefile,v 1.16 1995/08/17 11:26:42 bde Exp $ PROG= passwd -SRCS= local_passwd.c yp_passwd.c passwd.c pw_copy.c pw_util.c +SRCS= local_passwd.c yp_passwd.c passwd.c pw_copy.c pw_util.c pw_yp.c DPADD= ${LIBCRYPT} ${LIBRPCSVC} LDADD= -lcrypt -lrpcsvc .PATH: ${.CURDIR}/../../usr.bin/chpass ${.CURDIR}/../../usr.sbin/vipw \ |
