Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: dhcpcd-hooks/Makefile

Issue 2428004: Overhaul dhcpcd for chrome os use (Closed) Base URL: ssh://git@chromiumos-git//dhcpcd.git
Patch Set: purge hooks from configure to silence complaint Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dhcpcd-hooks/50-ypbind ('k') | dhcpcd-run-hooks.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dhcpcd-hooks/Makefile
diff --git a/dhcpcd-hooks/Makefile b/dhcpcd-hooks/Makefile
deleted file mode 100644
index 42058b10590fc317cb75e9161e8f2523fc73a304..0000000000000000000000000000000000000000
--- a/dhcpcd-hooks/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-TOP?= ../
-include ${TOP}/Makefile.inc
-include ${TOP}/config.mk
-
-SCRIPTSDIR= ${LIBEXECDIR}/dhcpcd-hooks
-SCRIPTS= 01-test 10-mtu 20-resolv.conf 29-lookup-hostname 30-hostname
-SCRIPTS+= ${HOOKSCRIPTS}
-
-all:
-
-install:
- ${INSTALL} -d ${DESTDIR}${SCRIPTSDIR}
- ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} ${DESTDIR}${SCRIPTSDIR}
-
-import:
- ${INSTALL} -d /tmp/${DISTPREFIX}/dhcpcd-hooks
- ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} /tmp/${DISTPREFIX}/dhcpcd-hooks
-
« no previous file with comments | « dhcpcd-hooks/50-ypbind ('k') | dhcpcd-run-hooks.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698