diff options
Diffstat (limited to 'crypto/srp/Makefile.in')
-rw-r--r-- | crypto/srp/Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/crypto/srp/Makefile.in b/crypto/srp/Makefile.in index fab1b39cf2..a6a70a2891 100644 --- a/crypto/srp/Makefile.in +++ b/crypto/srp/Makefile.in @@ -36,23 +36,11 @@ lib: $(LIBOBJ) files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO -tags: - ctags $(SRC) - -tests: - -lint: - lint -DLINT $(INCLUDES) $(SRC)>fluff - update: depend depend: $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) -dclean: - $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new - mv -f Makefile.new $(MAKEFILE) - clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |