1 1.8.8.2 yamt # $NetBSD: Makefile,v 1.8.8.2 2014/05/22 12:01:30 yamt Exp $ 2 1.1 thorpej 3 1.3 hubertf SUBDIR= 4 1.3 hubertf SUBDIR+= ramdisks 5 1.3 hubertf SUBDIR+= .WAIT 6 1.3 hubertf SUBDIR+= instkernel 7 1.8 ad SUBDIR+= kmod 8 1.8.8.2 yamt SUBDIR+= kmod-cgdroot 9 1.3 hubertf SUBDIR+= .WAIT 10 1.4 hubertf SUBDIR+= cdroms 11 1.3 hubertf SUBDIR+= floppies 12 1.8.8.1 yamt SUBDIR+= liveimage 13 1.8.8.1 yamt SUBDIR+= installimage 14 1.2 lukem TARGETS+= release 15 1.1 thorpej 16 1.5 bouyer iso_image: 17 1.5 bouyer ${MAKEDIRTARGET} cdroms iso_image 18 1.5 bouyer 19 1.8.8.1 yamt live_image: 20 1.8.8.1 yamt ${MAKEDIRTARGET} liveimage live_image 21 1.8.8.1 yamt 22 1.8.8.1 yamt install_image: 23 1.8.8.1 yamt ${MAKEDIRTARGET} installimage install_image 24 1.8.8.1 yamt 25 1.1 thorpej .include <bsd.subdir.mk> 26