Home | History | Annotate | Line # | Download | only in roadwarrior
Makefile revision 1.1
      1  1.1  thorpej #	$NetBSD: Makefile,v 1.1 2005/02/19 16:55:05 thorpej Exp $
      2  1.1  thorpej 
      3  1.1  thorpej NOOBJ=	# defined
      4  1.1  thorpej 
      5  1.1  thorpej .include <bsd.own.mk>
      6  1.1  thorpej 
      7  1.1  thorpej SUBDIR= client server
      8  1.1  thorpej 
      9  1.1  thorpej .if ${MKSHARE} != "no"
     10  1.1  thorpej FILES=	README
     11  1.1  thorpej FILESDIR=/usr/share/examples/racoon/roadwarrior
     12  1.1  thorpej .endif
     13  1.1  thorpej 
     14  1.1  thorpej DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
     15  1.1  thorpej .PATH:	${DIST}/src/racoon/samples/roadwarrior
     16  1.1  thorpej 
     17  1.1  thorpej .include <bsd.prog.mk>
     18  1.1  thorpej .include <bsd.subdir.mk>
     19