diff options
author | markm <markm@FreeBSD.org> | 1997-10-24 16:22:46 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1997-10-24 16:22:46 +0000 |
commit | f784e3f832d3ac2c080c32fbe57d89a0e5c7cbc4 (patch) | |
tree | c45edb5d71350686906439555cae993cecb9c1af /sbin/restore | |
parent | 6e219dba6a0165a0cf87e84caac08001192972fd (diff) | |
download | FreeBSD-src-f784e3f832d3ac2c080c32fbe57d89a0e5c7cbc4.zip FreeBSD-src-f784e3f832d3ac2c080c32fbe57d89a0e5c7cbc4.tar.gz |
Make this part of the 'krb' distribution if it is being built as the
Kerberised version.
Diffstat (limited to 'sbin/restore')
-rw-r--r-- | sbin/restore/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 2572878..0b6ea61 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -21,6 +21,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> |