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