summaryrefslogtreecommitdiffstats
path: root/libipq/Makefile
diff options
context:
space:
mode:
authormarc <marc>2000-03-20 06:03:29 +0000
committermarc <marc>2000-03-20 06:03:29 +0000
commit5c306289b8a78a060a12eba5cd86e0efc3533da0 (patch)
treecbaf2a4e3f8249de3967b959a214c27ff5fdee2a /libipq/Makefile
reorganized tree after kernel mergesvn_t_netfilter
Diffstat (limited to 'libipq/Makefile')
-rw-r--r--libipq/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/libipq/Makefile b/libipq/Makefile
new file mode 100644
index 0000000..954e5e0
--- /dev/null
+++ b/libipq/Makefile
@@ -0,0 +1,11 @@
+#! /usr/bin/make
+
+EXTRAS+=libipq/libipq.a
+#CFLAGS+=-DDEBUG_LIBIPTQ
+
+ifndef TOPLEVEL_INCLUDED
+local:
+ cd .. && $(MAKE) $(SHARED_LIBS) $(EXTRAS)
+else
+libipq/libipq.a: libipq/libipq.a(libipq/libipq.o)
+endif