Module Name: src
Committed By: martin
Date: Mon Aug 22 09:38:50 UTC 2016
Modified Files:
src/external/bsd/unbound: Makefile
Log Message:
Visit "etc" so our rc.d file gets installed.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/unbound/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/unbound/Makefile
diff -u src/external/bsd/unbound/Makefile:1.1 src/external/bsd/unbound/Makefile:1.2
--- src/external/bsd/unbound/Makefile:1.1 Sat Aug 20 11:20:31 2016
+++ src/external/bsd/unbound/Makefile Mon Aug 22 09:38:50 2016
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1 2016/08/20 11:20:31 christos Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/22 09:38:50 martin Exp $
-SUBDIR+= lib .WAIT sbin bin
+SUBDIR+= lib .WAIT sbin bin etc
.include <bsd.subdir.mk>