diff options
author | 1996-04-03 05:44:45 +0000 | |
---|---|---|
committer | 1996-04-03 05:44:45 +0000 | |
commit | 78096b93fac489f79be857fba6097a985d72110a (patch) | |
tree | 7204e43cc62d1423952f708d371679d8b3d00cb8 | |
parent | Add an somehow lost file from the FSF 2.7.2 distr (diff) | |
download | wireguard-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/Makefile | 4 |
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 |