summaryrefslogtreecommitdiffstats
path: root/usr.bin/login
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-11-20 23:23:28 +0000
committerwollman <wollman@FreeBSD.org>1994-11-20 23:23:28 +0000
commit740456e52692010cb8029d87864a811f5271f0e2 (patch)
treeacd9148b17fccb37bc03b7b664b3df596d5e4a5f /usr.bin/login
parentd3aeb5a86273572bdf07bf7cdb4d605e8acf98d2 (diff)
downloadFreeBSD-src-740456e52692010cb8029d87864a811f5271f0e2.zip
FreeBSD-src-740456e52692010cb8029d87864a811f5271f0e2.tar.gz
Add distribution=krb for P-HK
Diffstat (limited to 'usr.bin/login')
-rw-r--r--usr.bin/login/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index 21131d9..4c69dd3 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.8 1994/09/30 13:26:15 csgr Exp $
+# $Id: Makefile,v 1.9 1994/10/19 00:03:31 pst Exp $
PROG= login
MAN1= login.1
@@ -17,6 +17,7 @@ CFLAGS+=-DKERBEROS
SRCS+= klogin.c
DPADD+= ${LIBKRB} ${LIBDES}
LDADD+= -lkrb -ldes
+DISTRIBUTION= krb
.endif
BINOWN= root
OpenPOWER on IntegriCloud