blob: 1cd2f36eaa46eef0ddb2a82787ea0e739c968643 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.3 2007/03/06 21:57:10 bouyer Exp $
# No install stuff yet.
SUBDIR= cdroms
TARGETS+= release
iso_image:
${MAKEDIRTARGET} cdroms iso_image
.include <bsd.subdir.mk>
|