summaryrefslogtreecommitdiffstats
path: root/usr.bin/passwd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/passwd/Makefile')
-rw-r--r--usr.bin/passwd/Makefile17
1 files changed, 13 insertions, 4 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile
index 1614ba4..f502361 100644
--- a/usr.bin/passwd/Makefile
+++ b/usr.bin/passwd/Makefile
@@ -1,15 +1,24 @@
-# @(#)Makefile 8.3 (Berkeley) 4/2/94
+# From: @(#)Makefile 8.3 (Berkeley) 4/2/94
+# $Id$
PROG= passwd
SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c
LDADD= -lcrypt
-#krb_passwd.c
-#DPADD= ${LIBKRB} ${LIBDES}
.PATH: ${.CURDIR}/../../usr.bin/chpass ${.CURDIR}/../../usr.sbin/vipw \
${.CURDIR}/../rlogin
CFLAGS+=-DCRYPT -I${.CURDIR} -I${.CURDIR}/../../usr.sbin/vipw \
-I${.CURDIR}/../../usr.bin/chpass
-#LDADD+=-lkrb -ldes
+
+
+.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \
+ || defined(MAKE_EBONES))
+SRCS+= krb_passwd.c
+CFLAGS+=-DKERBEROS
+LDADD+=-lkrb -ldes
+DPADD= ${LIBKRB} ${LIBDES}
+.endif
+
+
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
OpenPOWER on IntegriCloud