diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-04-03 05:44:46 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-04-03 05:44:46 +0000 |
commit | 1d06874ec3d9eb4d768dfef9e8a10fcc4a390a4e (patch) | |
tree | 88bb3bd5013ae6f3076a20453e5d132a31efa82f /usr.bin | |
parent | 83d6d7d7ffd1a55026253e187081be8f2c599b37 (diff) |
Pull in <bsd.own.mk> to get the SKEY/KERBEROS/KERBEROS5 definitions
Diffstat (limited to 'usr.bin')
-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 |