Remove some old makefile targets
[openssl.git] / crypto / bf / Makefile.in
index c59ab6a75b1f06dcc4a4a41011eefc2247aea83b..57873503dee9a59039db6f5b70e70ef6ea131b9b 100644 (file)
@@ -45,24 +45,12 @@ bf-586.s:   asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
 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 *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff