Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/amd64 Restore unintentionally deleted file, which pr...



details:   https://anonhg.NetBSD.org/src/rev/a6cfc316b272
branches:  trunk
changeset: 335541:a6cfc316b272
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Jan 12 19:40:48 2015 +0000

description:
Restore unintentionally deleted file, which prevented building of any
install media.  PR port-amd64/49558.

diffstat:

 distrib/amd64/Makefile |  24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diffs (28 lines):

diff -r d152a0469d52 -r a6cfc316b272 distrib/amd64/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/amd64/Makefile    Mon Jan 12 19:40:48 2015 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index