1 # $NetBSD: Makefile,v 1.1.2.1 2025/08/02 05:20:41 perseant Exp $ 2 3 .include <bsd.own.mk> 4 5 SUBDIR= 6 SUBDIR+= ramdisks 7 SUBDIR+= .WAIT 8 SUBDIR+= liveimage 9 10 TARGETS+= release 11 12 live_image: 13 ${MAKEDIRTARGET} liveimage live_image 14 15 .include <bsd.subdir.mk> 16