Print this page
7388 Support DHCP Client FQDN. Allow IAID/DUID for all v4.

*** 20,29 **** --- 20,30 ---- # # # Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. + # Copyright (c) 2016, Chris Fraire <cfraire@me.com>. # # cmd/cmd-inet/usr.sbin/nwamcfg/Makefile PROG= nwamcfg OBJS= nwamcfg.o nwamcfg_lex.o nwamcfg_grammar.tab.o
*** 54,64 **** install: all $(ROOTUSRSBINPROG) nwamcfg_lex.c: nwamcfg_lex.l nwamcfg_grammar.tab.h nwamcfg.h $(LEX) $(LFLAGS) nwamcfg_lex.l > $@ ! nwamcfg_grammar.tab.h nwamcfg_grammar.tab.c: nwamcfg_grammar.y nwamcfg.h $(YACC) $(YFLAGS) nwamcfg_grammar.y nwamcfg_lex.o nwamcfg_grammar.tab.o := CCVERBOSE = check: $(PROG).c $(PROG).h --- 55,65 ---- install: all $(ROOTUSRSBINPROG) nwamcfg_lex.c: nwamcfg_lex.l nwamcfg_grammar.tab.h nwamcfg.h $(LEX) $(LFLAGS) nwamcfg_lex.l > $@ ! nwamcfg_grammar.tab.h + nwamcfg_grammar.tab.c: nwamcfg_grammar.y nwamcfg.h $(YACC) $(YFLAGS) nwamcfg_grammar.y nwamcfg_lex.o nwamcfg_grammar.tab.o := CCVERBOSE = check: $(PROG).c $(PROG).h