Remove some old makefile targets
[openssl.git] / crypto / rc2 / Makefile.in
index 8ebf0a6438f1ebba1d606816da88ffacd944f5a5..2c2ac1f1dd81c604c23b3c0cbae08699a946f536 100644 (file)
@@ -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