X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/ad30ce51bf609c35cd99a9ca46dd859b17d8164a..abd73876aa3545e3bfcffd44680538a3c10bb84c:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 95e24f2..5cb723f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,7 +12,7 @@ DBTYPE = @DBTYPE@ LIBS = @LIBS@ prefix ?= @prefix@ -PROGS = add lookup gpgwww onak splitkeys onak-mail.pl +PROGS = add lookup gpgwww onak splitkeys onak-mail.pl stripkey CORE_OBJS = armor.o charfuncs.o decodekey.o getcgi.o hash.o keydb_$(DBTYPE).o \ keyid.o keyindex.o ll.o mem.o onak-conf.o parsekey.o sha1.o md5.o \ log.o photoid.o wordlist.o cleanup.o @@ -36,6 +36,9 @@ maxpath: maxpath.o $(OBJS) sixdegrees: sixdegrees.o $(OBJS) $(CC) $(LDFLAGS) -o sixdegrees sixdegrees.o $(OBJS) $(LIBS) +stripkey: stripkey.o $(OBJS) + $(CC) $(LDFLAGS) -o stripkey stripkey.o $(OBJS) $(LIBS) + gpgwww: gpgwww.o $(OBJS) $(CC) $(LDFLAGS) -o gpgwww gpgwww.o $(OBJS) $(LIBS) @@ -61,7 +64,7 @@ onak-mail.pl: onak-mail.pl.in clean: $(RM) -f $(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 + sixdegrees.o splitkeys.o stripkey.o distclean: clean $(RM) -f Makefile .depend config.{log,status,h}