diff options
author | markm <markm@FreeBSD.org> | 1995-09-03 11:40:37 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1995-09-03 11:40:37 +0000 |
commit | 953120c03d11667f1898fcc29ecaf4e76cf9f85c (patch) | |
tree | 175ea670e88055765e3fcfc67f9a7e909c1bac7d /usr.bin/passwd/Makefile | |
parent | 807a54c20ee689c4a930094970c5b1d4e6147f45 (diff) | |
download | FreeBSD-src-953120c03d11667f1898fcc29ecaf4e76cf9f85c.zip FreeBSD-src-953120c03d11667f1898fcc29ecaf4e76cf9f85c.tar.gz |
Add pw_yp.c to SRCS. This is code that was moved to chpass, but passwd still
needs it to build.
Diffstat (limited to 'usr.bin/passwd/Makefile')
-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 6b9c14d..bebe30c 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 \ |