Pull in <bsd.own.mk> to get the SKEY/KERBEROS/KERBEROS5 definitions
authortholo <tholo@openbsd.org>
Wed, 3 Apr 1996 05:44:45 +0000 (05:44 +0000)
committertholo <tholo@openbsd.org>
Wed, 3 Apr 1996 05:44:45 +0000 (05:44 +0000)
usr.bin/passwd/Makefile

index 26507a5..6ffcfd5 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.11 (Berkeley) 2/19/91
-#      $Id: Makefile,v 1.5 1996/02/15 05:02:25 etheisen Exp $
+#      $Id: Makefile,v 1.6 1996/04/03 05:44:45 tholo Exp $
 
 PROG=  passwd
 SRCS=  local_passwd.c yp_passwd.c passwd.c pw_copy.c pw_util.c getpwent.c
@@ -11,6 +11,8 @@ DPADD+= ${LIBRPCSVC}
 LDADD+= -lrpcsvc
 CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/vipw -DYP
 
+.include <bsd.own.mk>  # For Kerberos
+
 .if defined(KERBEROS5)
 SRCS+= krb5_passwd.c
 CFLAGS+= -DKERBEROS5