visit usr.sbin/racoon in build process (if MKCRYPTO != no).

This commit is contained in:
itojun 2000-12-29 02:41:55 +00:00
parent 54e4101852
commit 31daf71078
3 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.199 2000/12/22 01:31:49 itojun Exp $
# $NetBSD: mi,v 1.200 2000/12/29 02:41:55 itojun Exp $
.
./altroot
./bin
@ -685,6 +685,7 @@
./usr/sbin/quotacheck
./usr/sbin/quotaoff
./usr/sbin/quotaon
./usr/sbin/racoon
./usr/sbin/rarpd
./usr/sbin/rbootd
./usr/sbin/rdate

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.295 2000/12/22 01:31:49 itojun Exp $
# $NetBSD: mi,v 1.296 2000/12/29 02:41:56 itojun Exp $
./usr/share/info/am-utils.info
./usr/share/info/as.info
./usr/share/info/awk.info
@ -980,6 +980,7 @@
./usr/share/man/cat5/pim6sd.conf.0
./usr/share/man/cat5/printcap.0
./usr/share/man/cat5/protocols.0
./usr/share/man/cat5/racoon.conf.0
./usr/share/man/cat5/rc.conf.0
./usr/share/man/cat5/rcsfile.0
./usr/share/man/cat5/relocated.0
@ -1302,6 +1303,7 @@
./usr/share/man/cat8/quotacheck.0
./usr/share/man/cat8/quotaoff.0
./usr/share/man/cat8/quotaon.0
./usr/share/man/cat8/racoon.0
./usr/share/man/cat8/raidctl.0
./usr/share/man/cat8/rarpd.0
./usr/share/man/cat8/rbootd.0
@ -2417,6 +2419,7 @@
./usr/share/man/man5/pim6sd.conf.5
./usr/share/man/man5/printcap.5
./usr/share/man/man5/protocols.5
./usr/share/man/man5/racoon.conf.5
./usr/share/man/man5/rc.conf.5
./usr/share/man/man5/rcsfile.5
./usr/share/man/man5/relocated.5
@ -2739,6 +2742,7 @@
./usr/share/man/man8/quotacheck.8
./usr/share/man/man8/quotaoff.8
./usr/share/man/man8/quotaon.8
./usr/share/man/man8/racoon.8
./usr/share/man/man8/raidctl.8
./usr/share/man/man8/rarpd.8
./usr/share/man/man8/rbootd.8

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.151 2000/12/17 03:06:53 thorpej Exp $
# $NetBSD: Makefile,v 1.152 2000/12/29 02:41:55 itojun Exp $
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
.include <bsd.own.mk>
@ -28,7 +28,7 @@ SUBDIR+=faithd ifmcstat mld6query mtrace6 ndp pim6dd pim6sd \
SUBDIR+=pvcsif pvctxctl
.if (${MKCRYPTO} != "no")
SUBDIR+= hprop kadmin kdc kstash ktutil
SUBDIR+= hprop kadmin kdc kstash ktutil racoon
.endif
.include <bsd.subdir.mk>