From ee6d9f4eb602479d04872f3a9fd1d3904bd96fd1 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 15 Jan 2016 15:01:30 -0500 Subject: Remove some old makefile targets Remove lint, tags, dclean, tests. This is prep for a new makedepend scheme. This is temporary pending unified makefile, and might help it. Reviewed-by: Richard Levitte --- crypto/md2/Makefile.in | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'crypto/md2') diff --git a/crypto/md2/Makefile.in b/crypto/md2/Makefile.in index 3f7820c64c..b90e51e4ed 100644 --- a/crypto/md2/Makefile.in +++ b/crypto/md2/Makefile.in @@ -37,24 +37,12 @@ lib: $(LIBOBJ) files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO -tags: - ctags $(SRC) - -tests: - -lint: - lint -DLINT $(INCLUDES) $(SRC)>fluff - update: depend depend: @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... $(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 -- cgit v1.2.3