NetBSD/distrib/amd64/Makefile

17 lines
273 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2011/01/18 00:22:56 jym Exp $
2002-12-05 05:04:09 +03:00
SUBDIR=
SUBDIR+= ramdisks
SUBDIR+= .WAIT
SUBDIR+= instkernel
SUBDIR+= kmod
SUBDIR+= .WAIT
SUBDIR+= cdroms
SUBDIR+= floppies
TARGETS+= release
iso_image:
${MAKEDIRTARGET} cdroms iso_image
2002-12-05 05:04:09 +03:00
.include <bsd.subdir.mk>