summaryrefslogtreecommitdiffstats
path: root/usr.bin/passwd/Makefile
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1995-04-01 19:19:15 +0000
committerwpaul <wpaul@FreeBSD.org>1995-04-01 19:19:15 +0000
commit7bf57501aea72b1d0915a67583b7238c97ea9c15 (patch)
tree34fc76d14f2b5dc603c9b92a89563511abbd5961 /usr.bin/passwd/Makefile
parent496532df2284189ba4f9a41dbb9c99e7bfe8dc04 (diff)
downloadFreeBSD-src-7bf57501aea72b1d0915a67583b7238c97ea9c15.zip
FreeBSD-src-7bf57501aea72b1d0915a67583b7238c97ea9c15.tar.gz
Remove references to yppasswd_xdr.c: the stuff in this file already exists
in librpcsvc. Add -lrpcsvc to LDADD instead.
Diffstat (limited to 'usr.bin/passwd/Makefile')
-rw-r--r--usr.bin/passwd/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile
index 47e4a42..d53c1a9 100644
--- a/usr.bin/passwd/Makefile
+++ b/usr.bin/passwd/Makefile
@@ -1,15 +1,14 @@
# From: @(#)Makefile 8.3 (Berkeley) 4/2/94
-# $Id: Makefile,v 1.11 1995/02/14 15:38:13 wpaul Exp $
+# $Id: Makefile,v 1.12 1995/02/14 21:08:45 rgrimes Exp $
PROG= passwd
-SRCS= local_passwd.c yp_passwd.c yppasswd_xdr.c passwd.c pw_copy.c pw_util.c
-LDADD= -lcrypt
+SRCS= local_passwd.c yp_passwd.c passwd.c pw_copy.c pw_util.c
+LDADD= -lcrypt -lrpcsvc
.PATH: ${.CURDIR}/../../usr.bin/chpass ${.CURDIR}/../../usr.sbin/vipw \
- ${.CURDIR}/../rlogin ${.CURDIR}/../../gnu/usr.sbin/yppasswdd
+ ${.CURDIR}/../rlogin
CFLAGS+=-DCRYPT -DYP -I${.CURDIR} -I${.CURDIR}/../../usr.sbin/vipw \
- -I${.CURDIR}/../../usr.bin/chpass \
- -I${.CURDIR}/../../gnu/usr.sbin/yppasswdd
+ -I${.CURDIR}/../../usr.bin/chpass
BINOWN= root
BINMODE=4555
@@ -26,7 +25,7 @@ SRCS+= kpasswd.c
CFLAGS+= -DKERBEROS \
-I${.CURDIR}/../../eBones/include \
-I${.CURDIR}/../../eBones/libkadm
-LDADD= -lkadm -lkrb -ldes -lcrypt -lcom_err
+LDADD= -lkadm -lkrb -ldes -lcrypt -lrpcsvc -lcom_err
.endif
afterinstall:
OpenPOWER on IntegriCloud