Module Name: src
Committed By: snj
Date: Mon Jan 12 19:40:48 UTC 2015
Added Files:
src/distrib/amd64: Makefile
Log Message:
Restore unintentionally deleted file, which prevented building of any
install media. PR port-amd64/49558.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.9 src/distrib/amd64/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/distrib/amd64/Makefile
diff -u /dev/null src/distrib/amd64/Makefile:1.9
--- /dev/null Mon Jan 12 19:40:48 2015
+++ src/distrib/amd64/Makefile Mon Jan 12 19:40:48 2015
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.9 2015/01/12 19:40:48 snj Exp $
+
+SUBDIR=
+SUBDIR+= ramdisks
+SUBDIR+= .WAIT
+SUBDIR+= instkernel
+SUBDIR+= kmod
+SUBDIR+= kmod-cgdroot
+SUBDIR+= .WAIT
+SUBDIR+= cdroms
+SUBDIR+= liveimage
+SUBDIR+= installimage
+TARGETS+= release
+
+iso_image:
+ ${MAKEDIRTARGET} cdroms iso_image
+
+live_image:
+ ${MAKEDIRTARGET} liveimage live_image
+
+install_image:
+ ${MAKEDIRTARGET} installimage install_image
+
+.include <bsd.subdir.mk>