Home | History | Annotate | Line # | Download | only in racoon
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2000/12/29 03:16:40 itojun Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 SUBDIR+=libpfkey racoon
      6 
      7 .if ${MKSHARE} != "no" || \
      8 	make(clean) || make(cleandir) || make(distclean) || make(obj)
      9 SUBDIR+=conf
     10 .endif
     11 
     12 .include <bsd.subdir.mk>
     13