[poky] [PATCH 2/2] Remove unused tunctl-src/Makefile from scripts/

Scott Garman scott.a.garman at intel.com
Tue Dec 7 00:48:39 PST 2010


Removing leftover cruft

Signed-off-by: Scott Garman <scott.a.garman at intel.com>
---
 scripts/tunctl-src/Makefile |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)
 delete mode 100644 scripts/tunctl-src/Makefile

diff --git a/scripts/tunctl-src/Makefile b/scripts/tunctl-src/Makefile
deleted file mode 100644
index 81cab8a..0000000
--- a/scripts/tunctl-src/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-OBJS = tunctl.o
-BIN = tunctl
-CFLAGS ?= -g -Wall
-
-BIN_DIR ?= /usr/bin
-
-all : $(BIN)
-
-$(BIN) : $(OBJS)
-	$(CC) $(CFLAGS) -o $(BIN) $(OBJS)
-
-clean : 
-	rm -f $(BIN) $(OBJS) *~
-
-install : $(BIN)
-	install -d $(DESTDIR)$(BIN_DIR)
-	install -s $(BIN) $(DESTDIR)$(BIN_DIR)
-- 
1.7.1




More information about the poky mailing list