move racoon build framework from sbin/racoon to usr.sbin/racoon.

This commit is contained in:
itojun 2000-12-29 02:33:38 +00:00
parent 69fd2e0f90
commit 66927d4789
6 changed files with 17 additions and 21 deletions

View File

@ -1,5 +0,0 @@
# $NetBSD: Makefile,v 1.1 2000/10/04 00:21:17 itojun Exp $
SUBDIR+=libpfkey racoon
.include <bsd.subdir.mk>

View File

@ -1,14 +0,0 @@
# $NetBSD: Makefile.inc,v 1.2 2000/10/04 00:27:48 itojun Exp $
# point top of your KAME tree by ${KAMEROOT}
#KAMEROOT= /home/itojun/k
#LIBPFKEYSRCDIR= ${KAMEROOT}/kame/kame/kame/libipsec
#RACOONSRCDIR= ${KAMEROOT}/kame/kame/kame/racoon
#TCPDUMPSRCDIR= ${KAMEROOT}/kame/kame/kame/tcpdump
# this may or may not work.
##TCPDUMPSRCDIR= ${.CURDIR}/../../../usr.sbin/tcpdump
ETCDIR?= /etc/racoon
.include "../Makefile.inc"

5
usr.sbin/racoon/Makefile Normal file
View File

@ -0,0 +1,5 @@
# $NetBSD: Makefile,v 1.1 2000/12/29 02:33:39 itojun Exp $
SUBDIR+=libpfkey racoon
.include <bsd.subdir.mk>

View File

@ -0,0 +1,10 @@
# $NetBSD: Makefile.inc,v 1.1 2000/12/29 02:33:39 itojun Exp $
# point top of your KAME tree by ${KAMEROOT}
LIBPFKEYSRCDIR= ${.CURDIR}/../../../crypto/dist/kame/libipsec
RACOONSRCDIR= ${.CURDIR}/../../../crypto/dist/kame/racoon
TCPDUMPSRCDIR= ${.CURDIR}/../../../usr.sbin/tcpdump
ETCDIR?= /etc/racoon
.include "../Makefile.inc"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2000/10/04 00:21:21 itojun Exp $
# $NetBSD: Makefile,v 1.1 2000/12/29 02:33:39 itojun Exp $
LIB= pfkey
CFLAGS+=-g -Wall -Werror

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2000/12/12 22:41:51 itojun Exp $
# $NetBSD: Makefile,v 1.1 2000/12/29 02:33:39 itojun Exp $
.include <bsd.own.mk>