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,47 +21,31 @@
#
#
# Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# 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: