Makefile revision 1.1
11.1Shubertf# $NetBSD: Makefile,v 1.1 2006/06/02 22:11:52 hubertf Exp $ 21.1Shubertf 31.1ShubertfIMAGE= ramdisk.fs 41.1ShubertfIMAGESIZE= 5000k 51.1ShubertfIMAGEDEPENDS= disktab.preinstall \ 61.1Shubertf ${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script 71.1ShubertfUSE_SYSINST= yes 81.1ShubertfSMALLPROG_INET6=1 91.1Shubertf 101.1Shubertf.include "${.CURDIR}/../common/Makefile.ramdisk" 111.1Shubertf 121.1Shubertf.if ${USE_INET6} != "no" 131.1ShubertfLISTS+= ${.CURDIR}/list.inet6 141.1Shubertf.endif 15