Home | History | Annotate | Line # | Download | only in ramdisks
Makefile revision 1.3
      1  1.3  pgoyette #	$NetBSD: Makefile,v 1.3 2016/06/30 12:56:27 pgoyette Exp $
      2  1.1   hubertf 
      3  1.1   hubertf SUBDIR=
      4  1.1   hubertf SUBDIR+=	ramdisk
      5  1.3  pgoyette 
      6  1.3  pgoyette .if ${MKCRYPTO:Uyes} != "no"
      7  1.2   khorben SUBDIR+=	ramdisk-cgdroot
      8  1.3  pgoyette .endif
      9  1.1   hubertf 
     10  1.1   hubertf TARGETS+=	release
     11  1.1   hubertf 
     12  1.1   hubertf .include <bsd.subdir.mk>
     13