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>

*** 21,67 **** # # # Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # ident "%Z%%M% %I% %E% SMI" # # cmd/cmd-inet/usr.sadm/Makefile - SUBDIRS1= dhcpmgr SUBDIRS2= scripts include ../../Makefile.cmd - # - # Message catalog - # - POFILES= dhcpmgr/lib/dhcpmgr.po - POFILE= usr.sadm.po all:= TARGET= all install:= TARGET= install clean:= TARGET= clean clobber:= TARGET= clobber lint:= TARGET= lint - _msg:= TARGET= _msg .KEEP_STATE: .PARALLEL: $(SUBDIRS1) $(SUBDIRS2) all clean clobber lint: $(SUBDIRS1) install: $(SUBDIRS1) $(SUBDIRS2) - # - # message catalog - # - _msg: $(SUBDIRS1) .WAIT $(POFILE) - - $(POFILE): $(POFILES) - $(RM) $@ - cat $(POFILES) > $@ - $(SUBDIRS1) $(SUBDIRS2): FRC @cd $@; pwd; $(MAKE) $(TARGET) FRC: --- 21,51 ---- # # # Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright 2014 Garrett D'Amore <garrett@damore.org> # # cmd/cmd-inet/usr.sadm/Makefile SUBDIRS2= scripts include ../../Makefile.cmd all:= TARGET= all install:= TARGET= install clean:= TARGET= clean clobber:= TARGET= clobber lint:= TARGET= lint .KEEP_STATE: .PARALLEL: $(SUBDIRS1) $(SUBDIRS2) all clean clobber lint: $(SUBDIRS1) install: $(SUBDIRS1) $(SUBDIRS2) $(SUBDIRS1) $(SUBDIRS2): FRC @cd $@; pwd; $(MAKE) $(TARGET) FRC: