summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1996-04-03 05:44:45 +0000
committertholo <tholo@openbsd.org>1996-04-03 05:44:45 +0000
commit78096b93fac489f79be857fba6097a985d72110a (patch)
tree7204e43cc62d1423952f708d371679d8b3d00cb8
parentAdd an somehow lost file from the FSF 2.7.2 distr (diff)
downloadwireguard-openbsd-78096b93fac489f79be857fba6097a985d72110a.tar.xz
wireguard-openbsd-78096b93fac489f79be857fba6097a985d72110a.zip
Pull in <bsd.own.mk> to get the SKEY/KERBEROS/KERBEROS5 definitions
-rw-r--r--usr.bin/passwd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile
index 26507a515a4..6ffcfd56b64 100644
--- a/usr.bin/passwd/Makefile
+++ b/usr.bin/passwd/Makefile
@@ -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