--- old/usr/src/lib/libresolv2/Makefile Fri Jul 3 12:24:02 2009 +++ new/usr/src/lib/libresolv2/Makefile Fri Jul 3 12:24:01 2009 @@ -19,11 +19,12 @@ # CDDL HEADER END # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # + include ../../Makefile.master include ../Makefile.lib @@ -39,14 +40,7 @@ SUBDIRS= include $(MACH) $(BUILD64)SUBDIRS += $(MACH64) -SUBDIRS += .WAIT irs -# EXPORT DELETE START -# CRYPT DELETE START -SUBDIRS += cylink dnssafe -# CRYPT DELETE END -# EXPORT DELETE END - all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber @@ -85,31 +79,6 @@ check: $(CHECKHDRS) $(CHKMANIFEST) -# EXPORT DELETE START -# CRYPT DELETE START -# Special targets to clean up the source tree for export distribution -# Warning: These target change the source tree -EXPORT_SRC: - $(RM) Makefile+ - $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \ - < Makefile > Makefile+ - $(MV) Makefile+ Makefile - $(CHMOD) 444 Makefile - /usr/bin/find cylink dnssafe common/cylink common/dnssafe \ - -name SCCS -prune -o -type f -exec $(RM) {} \; - -CRYPT_SRC: - $(RM) Makefile+ - $(SED) -e "/^# CRYPT DELETE START/,/^# CRYPT DELETE END/d" \ - < Makefile > Makefile+ - $(MV) Makefile+ Makefile - $(CHMOD) 444 Makefile - /usr/bin/find cylink dnssafe common/cylink common/dnssafe \ - -name SCCS -prune -o -type f -exec $(RM) {} \; - -# CRYPT DELETE END -# EXPORT DELETE END - _msg: $(MSGDOMAIN) $(POFILE) $(RM) $(MSGDOMAIN)/$(POFILE) $(CP) $(POFILE) $(MSGDOMAIN) @@ -128,3 +97,4 @@ @cd $@; pwd; $(MAKE) $(TARGET); echo FRC: +