Module Name: src
Committed By: roy
Date: Sat Apr 1 10:51:41 UTC 2017
Modified Files:
src/external/bsd/dhcpcd/libexec: Makefile
Log Message:
We should build the hooks as well really.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/dhcpcd/libexec/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/dhcpcd/libexec/Makefile
diff -u src/external/bsd/dhcpcd/libexec/Makefile:1.1 src/external/bsd/dhcpcd/libexec/Makefile:1.2
--- src/external/bsd/dhcpcd/libexec/Makefile:1.1 Fri Mar 31 21:02:09 2017
+++ src/external/bsd/dhcpcd/libexec/Makefile Sat Apr 1 10:51:41 2017
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.1 2017/03/31 21:02:09 roy Exp $
+# $NetBSD: Makefile,v 1.2 2017/04/01 10:51:41 roy Exp $
-SUBDIR= dhcpcd-hooks
-SUBDIR= dhcpcd-run-hooks
+SUBDIR= dhcpcd-run-hooks dhcpcd-hooks
.include <bsd.subdir.mk>