Remove some old makefile targets
[openssl.git] / crypto / evp / Makefile.in
index dfaa991cef604981d5cf421f2f4f71968e494f3a..4ca766f2503965fe5b84e6b9d36b46306a463f0f 100644 (file)
@@ -62,24 +62,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) -- $(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