Module Name: src
Committed By: martin
Date: Sun May 24 09:33:20 UTC 2015
Modified Files:
src/distrib/amd64/cdroms: Makefile.cdrom
src/distrib/i386/cdroms: Makefile.cdrom
Log Message:
Add full libexec contents to the CD image - this makes dhcpcd happy.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib/amd64/cdroms/Makefile.cdrom
cvs rdiff -u -r1.35 -r1.36 src/distrib/i386/cdroms/Makefile.cdrom
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/amd64/cdroms/Makefile.cdrom
diff -u src/distrib/amd64/cdroms/Makefile.cdrom:1.15 src/distrib/amd64/cdroms/Makefile.cdrom:1.16
--- src/distrib/amd64/cdroms/Makefile.cdrom:1.15 Tue May 19 06:58:52 2015
+++ src/distrib/amd64/cdroms/Makefile.cdrom Sun May 24 09:33:20 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.15 2015/05/19 06:58:52 martin Exp $
+# $NetBSD: Makefile.cdrom,v 1.16 2015/05/24 09:33:20 martin Exp $
.include <bsd.own.mk>
@@ -16,10 +16,7 @@ CDRUNTIME+= ./dev/MAKEDEV
CDRUNTIME+= ./etc
CDRUNTIME+= ./lib
CDRUNTIME+= ./libdata
-CDRUNTIME+= ./libexec/ld.elf_so
-CDRUNTIME+= ./libexec/lfs_cleanerd
-CDRUNTIME+= ./libexec/dhcpcd-run-hooks
-CDRUNTIME+= ./libexec/resolvconf/
+CDRUNTIME+= ./libexec
CDRUNTIME+= ./mnt
CDRUNTIME+= ./sbin
CDRUNTIME+= ./stand
Index: src/distrib/i386/cdroms/Makefile.cdrom
diff -u src/distrib/i386/cdroms/Makefile.cdrom:1.35 src/distrib/i386/cdroms/Makefile.cdrom:1.36
--- src/distrib/i386/cdroms/Makefile.cdrom:1.35 Tue May 19 06:58:52 2015
+++ src/distrib/i386/cdroms/Makefile.cdrom Sun May 24 09:33:20 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.35 2015/05/19 06:58:52 martin Exp $
+# $NetBSD: Makefile.cdrom,v 1.36 2015/05/24 09:33:20 martin Exp $
.include <bsd.own.mk>
@@ -16,10 +16,7 @@ CDRUNTIME+= ./dev/MAKEDEV
CDRUNTIME+= ./etc
CDRUNTIME+= ./lib
CDRUNTIME+= ./libdata
-CDRUNTIME+= ./libexec/ld.elf_so
-CDRUNTIME+= ./libexec/lfs_cleanerd
-CDRUNTIME+= ./libexec/dhcpcd-run-hooks
-CDRUNTIME+= ./libexec/resolvconf/
+CDRUNTIME+= ./libexec
CDRUNTIME+= ./mnt
CDRUNTIME+= ./sbin
CDRUNTIME+= ./stand