From 0b3be67adb845c26d3d3b7cfba91c9b0053fa750 Mon Sep 17 00:00:00 2001 From: Rabi Shanker Guha Date: Fri, 9 Jan 2015 20:39:17 +0530 Subject: Update Makefiles to reflect changes --- sh/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sh') diff --git a/sh/Makefile b/sh/Makefile index 6efb98b..4f13ae6 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -7,13 +7,13 @@ MK= ../mk include ${MK}/os.mk SRCS-FreeBSD= -BIN-FreeBSD= +BIN-FreeBSD= functions.sh -SRCS-Linux= udhcpc-hook.sh.in -BIN-Linux= udhcpc-hook.sh +SRCS-Linux= udhcpc-hook.sh.in systemd-wrapper.sh.in +BIN-Linux= udhcpc-hook.sh functions.sh systemd-wrapper.sh SRCS-NetBSD= ifwatchd-carrier.sh.in ifwatchd-nocarrier.sh.in -BIN-NetBSD= ifwatchd-carrier.sh ifwatchd-nocarrier.sh +BIN-NetBSD= ifwatchd-carrier.sh ifwatchd-nocarrier.sh functions.sh include ${MK}/scripts.mk -- cgit v1.2.3-65-gdbad