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.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/ulogd/conffile/Makefile.in b/ulogd/conffile/Makefile.in
deleted file mode 100644
index 907e6a7..0000000
--- a/ulogd/conffile/Makefile.in
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-
-include @top_srcdir@/Rules.make
-CFLAGS+=-I@top_srcdir@/include/ulogd
-
-# Normally You should not need to change anything below
-
-all: conffile.o
-
-distrib:
-
-conffile.o: conffile.c
- $(CC) $(CFLAGS) -c $< -o $@
-
-clean:
- rm -f conffile.o
-
-distclean:
- rm -f Makefile
-
-install: all