summaryrefslogtreecommitdiffstats
path: root/libexec
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 /libexec
parentd3aeb5a86273572bdf07bf7cdb4d605e8acf98d2 (diff)
downloadFreeBSD-src-740456e52692010cb8029d87864a811f5271f0e2.zip
FreeBSD-src-740456e52692010cb8029d87864a811f5271f0e2.tar.gz
Add distribution=krb for P-HK
Diffstat (limited to 'libexec')
-rw-r--r--libexec/kpasswdd/Makefile1
-rw-r--r--libexec/rlogind/Makefile1
-rw-r--r--libexec/rshd/Makefile3
3 files changed, 4 insertions, 1 deletions
diff --git a/libexec/kpasswdd/Makefile b/libexec/kpasswdd/Makefile
index 213e83a..edb9482 100644
--- a/libexec/kpasswdd/Makefile
+++ b/libexec/kpasswdd/Makefile
@@ -13,6 +13,7 @@ DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES}
LDADD= -lkdb -lkrb -ldes
.PATH: ${.CURDIR}/../../usr.bin/rlogin
MAN8= kpasswdd.8
+DISTRIBUTION= krb
.endif
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile
index c3eb695..e7c147d 100644
--- a/libexec/rlogind/Makefile
+++ b/libexec/rlogind/Makefile
@@ -11,6 +11,7 @@ LDADD= -lutil
CFLAGS+=-DKERBEROS -DCRYPT
DPADD= ${LIBKRB} ${LIBDES}
LDADD+= -lkrb -ldes
+DISTRIBUTION= krb
.endif
.include <bsd.prog.mk>
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile
index ddf08e1..984a6b7 100644
--- a/libexec/rshd/Makefile
+++ b/libexec/rshd/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id$
+# $Id: Makefile,v 1.3 1994/09/29 13:06:37 csgr Exp $
PROG= rshd
SRCS= rshd.c
@@ -10,6 +10,7 @@ MAN8= rshd.8
CFLAGS+=-DKERBEROS -DCRYPT
DPADD= ${LIBKRB} ${LIBDES}
LDADD= -lkrb -ldes
+DISTRIBUTION= krb
.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud