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