From 1b1ee5553889e207087539ddafa5dfd4e28bd585 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sun, 11 Jun 1995 19:33:05 +0000 Subject: Merge RELENG_2_0_5 into HEAD --- usr.bin/passwd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/passwd/Makefile') diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index d53c1a9..fccf4ea 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.12 1995/02/14 21:08:45 rgrimes Exp $ +# $Id: Makefile,v 1.13.2.1 1995/06/07 05:52:05 jkh Exp $ PROG= passwd SRCS= local_passwd.c yp_passwd.c passwd.c pw_copy.c pw_util.c @@ -26,6 +26,7 @@ CFLAGS+= -DKERBEROS \ -I${.CURDIR}/../../eBones/include \ -I${.CURDIR}/../../eBones/libkadm LDADD= -lkadm -lkrb -ldes -lcrypt -lrpcsvc -lcom_err +DISTRIBUTION= krb .endif afterinstall: -- cgit v1.1