diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1995-01-19 21:03:48 +0000 | 
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-01-19 21:03:48 +0000 | 
| commit | 0cd34073b2c14794c3c242faa258d68b2e43fc21 (patch) | |
| tree | 5ad01b9b7808fd5f1bf95960033e17722e447b14 | |
| parent | a4ef0a998ae77a59ea7244c734f15783b1b88bc2 (diff) | |
Notes
| -rw-r--r-- | usr.bin/passwd/Makefile | 13 | 
1 files changed, 1 insertions, 12 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index c181f449ed71..2059adb2d948 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,5 +1,5 @@  # From:	@(#)Makefile	8.3 (Berkeley) 4/2/94 -# $Id: Makefile,v 1.4 1994/09/29 13:05:44 csgr Exp $ +# $Id: Makefile,v 1.5 1994/11/20 23:21:06 wollman Exp $  PROG=	passwd  SRCS=	local_passwd.c passwd.c pw_copy.c pw_util.c @@ -9,17 +9,6 @@ LDADD=	-lcrypt  CFLAGS+=-DCRYPT -I${.CURDIR} -I${.CURDIR}/../../usr.sbin/vipw \  	-I${.CURDIR}/../../usr.bin/chpass - -.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} -DISTRIBUTION=	krb -.endif - -  BINOWN=	root  BINMODE=4555  INSTALLFLAGS=-fschg  | 
