diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1994-11-20 23:23:28 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-11-20 23:23:28 +0000 |
commit | a38c3127e1d2842d089ea9a900084e5a89c14231 (patch) | |
tree | acd9148b17fccb37bc03b7b664b3df596d5e4a5f /libexec/rshd | |
parent | 18f3b9a1441626a2406753eb8b89e847c48551b7 (diff) | |
download | src-a38c3127e1d2842d089ea9a900084e5a89c14231.tar.gz src-a38c3127e1d2842d089ea9a900084e5a89c14231.zip |
Add distribution=krb for P-HK
Notes
Notes:
svn path=/head/; revision=4715
Diffstat (limited to 'libexec/rshd')
-rw-r--r-- | libexec/rshd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index ddf08e176483..984a6b763a33 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> |