Module Name:    src
Committed By:   martin
Date:           Mon Apr 11 21:49:13 UTC 2011

Modified Files:
        src/etc: Makefile

Log Message:
Ooops, fix source path for the "protocols" file


To generate a diff of this commit:
cvs rdiff -u -r1.388 -r1.389 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.388 src/etc/Makefile:1.389
--- src/etc/Makefile:1.388	Mon Apr 11 20:03:45 2011
+++ src/etc/Makefile	Mon Apr 11 21:49:13 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.388 2011/04/11 20:03:45 martin Exp $
+#	$NetBSD: Makefile,v 1.389 2011/04/11 21:49:13 martin Exp $
 #	from: @(#)Makefile	8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -303,7 +303,7 @@
 .endif
 	${_MKMSG_INSTALL} ${DESTDIR}/var/chroot/tcpdump/etc/protocols
 	${ETC_INSTALL_OBJ_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 \
-	    protocols ${DESTDIR}/var/chroot/tcpdump/etc
+	    ${NETBSDSRCDIR}/etc/protocols ${DESTDIR}/var/chroot/tcpdump/etc
 	${_MKMSG_INSTALL} ${DESTDIR}/dev/MAKEDEV
 	${ETC_INSTALL_OBJ_FILE} -o ${BINOWN} -g ${BINGRP} -m 555 \
 	    MAKEDEV ${DESTDIR}/dev

Reply via email to