Print this page
3882 remove xmod & friends


 706 #
 707 # This is a convenience target to resolve dependencies without publishing
 708 # packages.
 709 #
 710 gendeps: $(PDIR)/gendeps
 711 
 712 #
 713 # These are convenience targets for cross-platform packaging.  If you
 714 # want to build any of "the normal" targets for a different
 715 # architecture, simply use "arch/target" as your build target.
 716 #
 717 # Since the most common use case for this is "install," the architecture
 718 # specific install targets have been further abbreviated to elide "/install."
 719 #
 720 i386/% sparc/%:
 721         $(MAKE) -e $(@F) PKGMACH=$(@D) SUPPRESSPKGDEP=$(SUPPRESSPKGDEP)
 722 
 723 i386 sparc: $$(@)/install
 724 
 725 FRC:
 726 
 727 # EXPORT DELETE START
 728 XMOD_PKGS= \
 729         BRCMbnx \
 730         BRCMbnxe \
 731         SUNWadpu320 \
 732         SUNWibsdpib \
 733         SUNWkdc \
 734         SUNWlsimega \
 735         SUNWwbint \
 736         SUNWwbsup
 737 
 738 EXPORT_SRC: CRYPT_SRC
 739         $(RM) $(XMOD_PKGS:%=manifests/%.mf)
 740         $(RM) Makefile+
 741         $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
 742                 < Makefile > Makefile+
 743         $(MV) -f Makefile+ Makefile
 744         $(CHMOD) 444 Makefile
 745 # EXPORT DELETE END


 706 #
 707 # This is a convenience target to resolve dependencies without publishing
 708 # packages.
 709 #
 710 gendeps: $(PDIR)/gendeps
 711 
 712 #
 713 # These are convenience targets for cross-platform packaging.  If you
 714 # want to build any of "the normal" targets for a different
 715 # architecture, simply use "arch/target" as your build target.
 716 #
 717 # Since the most common use case for this is "install," the architecture
 718 # specific install targets have been further abbreviated to elide "/install."
 719 #
 720 i386/% sparc/%:
 721         $(MAKE) -e $(@F) PKGMACH=$(@D) SUPPRESSPKGDEP=$(SUPPRESSPKGDEP)
 722 
 723 i386 sparc: $$(@)/install
 724 
 725 FRC: