summaryrefslogtreecommitdiffstats
path: root/ulogd/conffile/Makefile.in
blob: 746a46b3fc8064b91d14d35846204f85878bac10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#

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

install: all