Print this page
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>


  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
  24 #
  25 
  26 SUBDIRS=        bridged dhcp dsvclockd ilbd in.chargend in.daytimed \
  27                 in.discardd in.echod in.dhcpd in.mpathd in.ndpd \
  28                 in.ripngd in.timed inetd mdnsd ncaconfd pppoe \
  29                 slpd vrrpd wanboot wpad
  30 
  31 MSGSUBDIRS=     dsvclockd ilbd in.dhcpd inetd ncaconfd vrrpd wanboot
  32 
  33 include ../../Makefile.cmd
  34 include ./Makefile.lib
  35 
  36 $(CLOSED_BUILD)SUBDIRS += \
  37         $(CLOSED)/cmd/cmd-inet/usr.lib/ike-certutils \
  38         $(CLOSED)/cmd/cmd-inet/usr.lib/in.iked
  39 
  40 POFILES=        dsvclockd/dsvclockd.po in.dhcpd/in.dhcpd.po \
  41                 inetd/inetd.po ncaconfd/ncaconfd.po vrrpd/vrrpd.po \
  42                 wanboot/wanboot.po
  43 POFILE=         usr.lib.po
  44 
  45 all:=           TARGET= all
  46 install:=       TARGET= install
  47 clean:=         TARGET= clean
  48 clobber:=       TARGET= clobber
  49 lint:=          TARGET= lint
  50 _msg:=          TARGET= _msg
  51 
  52 .KEEP_STATE:
  53 
  54 all clean clobber lint: $(SUBDIRS)
  55 
  56 install: $(SUBDIRS)
  57         -$(RM) $(ROOTLIBINET)/in.iked
  58         -$(LN) $(ISAEXEC) $(ROOTLIBINET)/in.iked
  59 


  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
  24 #
  25 
  26 SUBDIRS=        bridged dhcp dsvclockd ilbd in.chargend in.daytimed \
  27                 in.discardd in.echod in.dhcpd in.mpathd in.ndpd \
  28                 in.ripngd in.timed inetd mdnsd ncaconfd pppoe \
  29                 slpd vrrpd wanboot wpad
  30 
  31 MSGSUBDIRS=     dsvclockd ilbd in.dhcpd inetd ncaconfd vrrpd wanboot
  32 
  33 include ../../Makefile.cmd
  34 include ./Makefile.lib
  35 




  36 POFILES=        dsvclockd/dsvclockd.po in.dhcpd/in.dhcpd.po \
  37                 inetd/inetd.po ncaconfd/ncaconfd.po vrrpd/vrrpd.po \
  38                 wanboot/wanboot.po
  39 POFILE=         usr.lib.po
  40 
  41 all:=           TARGET= all
  42 install:=       TARGET= install
  43 clean:=         TARGET= clean
  44 clobber:=       TARGET= clobber
  45 lint:=          TARGET= lint
  46 _msg:=          TARGET= _msg
  47 
  48 .KEEP_STATE:
  49 
  50 all clean clobber lint: $(SUBDIRS)
  51 
  52 install: $(SUBDIRS)
  53         -$(RM) $(ROOTLIBINET)/in.iked
  54         -$(LN) $(ISAEXEC) $(ROOTLIBINET)/in.iked
  55