summaryrefslogtreecommitdiff
path: root/distrib/pmax/Makefile
blob: e7359a6333d95820433f27839490f19446759efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.5 2012/01/22 03:53:32 tsutsui Exp $

SUBDIR=		ramdisk .WAIT instkernel .WAIT cdroms liveimage
TARGETS+=	release

iso_image:
	${MAKEDIRTARGET} cdroms iso_image

live_image:
	${MAKEDIRTARGET} liveimage live_image

.include <bsd.subdir.mk>