diff options
author | markm <markm@FreeBSD.org> | 1997-10-24 16:20:25 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1997-10-24 16:20:25 +0000 |
commit | 6e219dba6a0165a0cf87e84caac08001192972fd (patch) | |
tree | 0dfefd9490b246fab5bd8d352635e9e3c4a3c94b /sbin/dump/Makefile | |
parent | 3eaafbfd4a11694d0045aa8d381878e98c7c427b (diff) | |
download | FreeBSD-src-6e219dba6a0165a0cf87e84caac08001192972fd.zip FreeBSD-src-6e219dba6a0165a0cf87e84caac08001192972fd.tar.gz |
Make this part of the 'krb' distribution.
Diffstat (limited to 'sbin/dump/Makefile')
-rw-r--r-- | sbin/dump/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index 0c22456..8a91697 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -31,6 +31,7 @@ CFLAGS+=-DKERBEROS -DHAVE_CONFIG_H \ -I${.CURDIR}/../../crypto/kerberosIV/include \ -I${.CURDIR}/../../crypto/kerberosIV/lib/roken \ -I${.CURDIR}/../../crypto/kerberosIV/appl/bsd +DISTRIBUTION= krb .endif .include <bsd.prog.mk> |