Home | History | Annotate | Line # | Download | only in librump
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 2009/11/17 15:36:28 pooka Exp $
      2 #
      3 
      4 SUBDIR= 	rumpkern
      5 .if !defined(NORUMPUSER)
      6 SUBDIR+=	rumpuser
      7 .endif
      8 
      9 SUBDIR+=	rumpcrypto rumpdev rumpnet rumpvfs
     10 
     11 .include <bsd.subdir.mk>
     12