Module Name:    src
Committed By:   agc
Date:           Wed May  1 15:55:53 UTC 2013

Modified Files:
        src/etc: Makefile

Log Message:
Install pkgpath.conf in /etc - part of fix for misc PR/47645


To generate a diff of this commit:
cvs rdiff -u -r1.407 -r1.408 src/etc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/Makefile
diff -u src/etc/Makefile:1.407 src/etc/Makefile:1.408
--- src/etc/Makefile:1.407	Sat Apr  6 13:00:31 2013
+++ src/etc/Makefile	Wed May  1 15:55:53 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.407 2013/04/06 13:00:31 uebayasi Exp $
+#	$NetBSD: Makefile,v 1.408 2013/05/01 15:55:53 agc Exp $
 #	from: @(#)Makefile	8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -93,10 +93,10 @@ BIN1+=	bootptab changelist csh.cshrc csh
 	ftpusers gettytab gpio.conf group hosts hosts.lpd inetd.conf \
 	locate.conf login.conf mailer.conf man.conf monthly monthly.conf \
 	mrouted.conf named.conf netconfig networks newsyslog.conf \
-	nsswitch.conf ntp.conf passwd.conf phones printcap profile protocols \
-	rbootd.conf rc rc.conf rc.local rc.subr rc.shutdown remote rpc \
-	security security.conf services shells shrc sysctl.conf syslog.conf \
-	weekly weekly.conf wscons.conf
+	nsswitch.conf ntp.conf passwd.conf ipkgpath.conf phones printcap \
+	profile protocols rbootd.conf rc rc.conf rc.local rc.subr \
+	rc.shutdown remote rpc security security.conf services shells \
+	shrc sysctl.conf syslog.conf weekly weekly.conf wscons.conf
 
 # Use machine-specific disktab if it exists, or the MI one otherwise
 .if exists(etc.${MACHINE}/disktab)

Reply via email to