summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f42ab50)
We weren't cleaning up keyd.o and keydb_$(DBTYPE).o with "make clean"
when keyd was enabled; fix this.
< onak.conf.in > onak.conf
clean:
< onak.conf.in > onak.conf
clean:
- $(RM) -f $(PROGS) $(OBJS) Makefile.bak testparse maxpath *.core core \
+ $(RM) $(PROGS) $(OBJS) Makefile.bak testparse maxpath *.core core \
gpgwww.o add.o lookup.o main.o maxpath.o onak.o sixdegrees \
sixdegrees.o splitkeys.o stripkey.o onak.conf
gpgwww.o add.o lookup.o main.o maxpath.o onak.o sixdegrees \
sixdegrees.o splitkeys.o stripkey.o onak.conf
+ifeq (x@KEYD@, xyes)
+ $(RM) keyd.o keydb_$(DBTYPE).o
+endif
distclean: clean
$(RM) -f Makefile .depend config.{log,status,h}
distclean: clean
$(RM) -f Makefile .depend config.{log,status,h}