summaryrefslogtreecommitdiffstats
path: root/ulogd/conffile/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ulogd/conffile/Makefile.in')
-rw-r--r--ulogd/conffile/Makefile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/ulogd/conffile/Makefile.in b/ulogd/conffile/Makefile.in
new file mode 100644
index 0000000..b91723e
--- /dev/null
+++ b/ulogd/conffile/Makefile.in
@@ -0,0 +1,16 @@
+#
+
+include @top_srcdir@/Rules.make
+
+# Normally You should not need to change anything below
+
+all: conffile.o
+
+conffile.o: conffile.c
+ $(CC) $(CFLAGS) -c $< -o $@
+
+clean:
+ rm -f conffile.o
+
+distclean:
+ rm -f Makefile