From 0355a4308c1598200ae62927e936fca37212237d Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 11 Feb 1995 18:20:06 +0000 Subject: Merge with eBones stuff Submitted by: mark@grondar.za --- usr.bin/passwd/Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'usr.bin/passwd/Makefile') diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index 40ac456..f9d929a 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 4/2/94 -# $Id: Makefile,v 1.6 1995/01/19 21:03:48 wollman Exp $ +# $Id: Makefile,v 1.9 1995/02/01 23:46:20 wpaul Exp $ PROG= passwd SRCS= local_passwd.c yp_passwd.c yppasswd_xdr.c passwd.c pw_copy.c pw_util.c @@ -17,6 +17,18 @@ INSTALLFLAGS=-fschg MAN1=passwd.1 yppasswd.1 MLINKS=yppasswd.1 ypchsh.1 yppasswd.1 ypchpass.1 yppasswd.1 ypchfn.1 +.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_EBONES)) +SRCS+= kpasswd.c +.PATH: ${.CURDIR}/../../usr.bin/chpass ${.CURDIR}/../../usr.sbin/vipw \ + ${.CURDIR}/../../usr.bin/rlogin ${.CURDIR}/../../usr.bin/passwd \ + ${.CURDIR}/../../eBones/passwd + +CFLAGS+= -DKERBEROS \ + -I${.CURDIR}/../../eBones/include \ + -I${.CURDIR}/../../eBones/libkadm +LDADD= -lkadm -lkrb -ldes -lcrypt -lcom_err +.endif + afterinstall: symlinks symlinks: passwd -- cgit v1.1