1 1.2 dsl # $NetBSD: Makefile,v 1.2 2006/11/19 11:17:51 dsl Exp $ 2 1.1 hubertf 3 1.1 hubertf SUBDIR= 4 1.1 hubertf SUBDIR+= ramdisk-big 5 1.2 dsl 6 1.2 dsl # These are only needed if you have a system with < 16MB (maybe 32MB) 7 1.2 dsl # of memory. In which case you probably want to build a custom one anyway. 8 1.2 dsl # SUBDIR+= ramdisk-rescuetiny 9 1.2 dsl # SUBDIR+= ramdisk-small 10 1.2 dsl # SUBDIR+= ramdisk-tiny 11 1.1 hubertf 12 1.1 hubertf TARGETS+= release 13 1.1 hubertf 14 1.1 hubertf .include <bsd.subdir.mk> 15