diff options
Diffstat (limited to 'libexec/rpc.yppasswdd/Makefile')
-rw-r--r-- | libexec/rpc.yppasswdd/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libexec/rpc.yppasswdd/Makefile b/libexec/rpc.yppasswdd/Makefile index 6019fbdda3a..f9335647186 100644 --- a/libexec/rpc.yppasswdd/Makefile +++ b/libexec/rpc.yppasswdd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.3 1996/02/15 03:50:47 etheisen Exp $ +# $Id: Makefile,v 1.4 1996/05/22 11:36:00 deraadt Exp $ PROG= rpc.yppasswdd SRCS= rpc.yppasswdd.c yppasswdd_xdr.c yppasswdd_proc.c yppasswdd_mkpw.c \ @@ -11,9 +11,8 @@ BINDIR=/usr/sbin MLINKS= rpc.yppasswdd.8 yppasswdd.8 .PATH: ${.CURDIR}/../../usr.sbin/vipw ${.CURDIR}/../../usr.bin/chpass \ ${.CURDIR/../../ypserv -#DPADD+= ${LIBCRYPT} -#LDADD+= -lcrypt -CFLAGS+=-I${.CURDIR}/../../usr.sbin/ypserv -I${.CURDIR}/../../usr.sbin/vipw \ - -I${.CURDIR}/../../usr.bin/chpass +DPADD+= ${LIBUTIL} +LDADD+= -lutil +CFLAGS+=-I${.CURDIR}/../../usr.sbin/vipw -I${.CURDIR}/../../usr.bin/chpass .include <bsd.prog.mk> |