aboutsummaryrefslogtreecommitdiff
path: root/libexec/rlogind/Makefile
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 /libexec/rlogind/Makefile
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 'libexec/rlogind/Makefile')
-rw-r--r--libexec/rlogind/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile
index c3eb695b5eac..e7c147dbca92 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>