aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rlogin
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-11-20 23:23:28 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-11-20 23:23:28 +0000
commita38c3127e1d2842d089ea9a900084e5a89c14231 (patch)
treeacd9148b17fccb37bc03b7b664b3df596d5e4a5f /usr.bin/rlogin
parent18f3b9a1441626a2406753eb8b89e847c48551b7 (diff)
downloadsrc-a38c3127e1d2842d089ea9a900084e5a89c14231.tar.gz
src-a38c3127e1d2842d089ea9a900084e5a89c14231.zip
Add distribution=krb for P-HK
Notes
Notes: svn path=/head/; revision=4715
Diffstat (limited to 'usr.bin/rlogin')
-rw-r--r--usr.bin/rlogin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile
index 134885de2190..bbde62c3eca8 100644
--- a/usr.bin/rlogin/Makefile
+++ b/usr.bin/rlogin/Makefile
@@ -9,6 +9,7 @@ SRCS+= krcmd.c kcmd.c
DPADD= ${LIBKRB} ${LIBDES}
CFLAGS+=-DKERBEROS -DCRYPT
LDADD= -lkrb -ldes
+DISTRIBUTION= krb
.endif
BINOWN= root