Print this page
4174 Torch the old and unmaintained Sun-dhcp
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Reviewed by: Garrett D'Amore <garrett@damore.org>

*** 19,42 **** # CDDL HEADER END # # # Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved. # ! SUBDIRS= bridged dhcp dsvclockd ilbd in.chargend in.daytimed \ ! in.discardd in.echod in.dhcpd in.mpathd in.ndpd \ in.ripngd in.timed inetd mdnsd ncaconfd pppoe \ slpd vrrpd wanboot wpad ! MSGSUBDIRS= dsvclockd ilbd in.dhcpd inetd ncaconfd vrrpd wanboot include ../../Makefile.cmd include ./Makefile.lib ! POFILES= dsvclockd/dsvclockd.po in.dhcpd/in.dhcpd.po \ ! inetd/inetd.po ncaconfd/ncaconfd.po vrrpd/vrrpd.po \ wanboot/wanboot.po POFILE= usr.lib.po all:= TARGET= all install:= TARGET= install --- 19,42 ---- # CDDL HEADER END # # # Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved. + # Copyright 2014 Garrett D'Amore <garrett@damore.org> # ! SUBDIRS= bridged ilbd in.chargend in.daytimed \ ! in.discardd in.echod in.mpathd in.ndpd \ in.ripngd in.timed inetd mdnsd ncaconfd pppoe \ slpd vrrpd wanboot wpad ! MSGSUBDIRS= ilbd inetd ncaconfd vrrpd wanboot include ../../Makefile.cmd include ./Makefile.lib ! POFILES= inetd/inetd.po ncaconfd/ncaconfd.po vrrpd/vrrpd.po \ wanboot/wanboot.po POFILE= usr.lib.po all:= TARGET= all install:= TARGET= install
*** 54,71 **** -$(LN) $(ISAEXEC) $(ROOTLIBINET)/in.iked _msg: $(MSGSUBDIRS) - # - # The reason this rule checks for the existence of the - # Makefile is that some of the directories do not exist - # in our exportable source builds or in OpenSolaris. - # $(SUBDIRS): FRC ! @if [ -f $@/Makefile ]; then \ ! cd $@; pwd; $(MAKE) $(TARGET); \ ! else \ ! true; \ ! fi FRC: --- 54,62 ---- -$(LN) $(ISAEXEC) $(ROOTLIBINET)/in.iked _msg: $(MSGSUBDIRS) $(SUBDIRS): FRC ! @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET) FRC: