packages: sort network related packages into package/network/
[openwrt.git] / package / 6rd / src / Makefile
diff --git a/package/6rd/src/Makefile b/package/6rd/src/Makefile
deleted file mode 100644 (file)
index 2881d43..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-all: 6rdcalc
-
-6rdcalc: 6rdcalc.c
-       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
-
-clean:
-       rm -f 6rdcalc