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

include @top_srcdir@/Rules.make

#  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