Print this page
Placeholder

*** 20,38 **** # # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # ident "%Z%%M% %I% %E% SMI" # PROG= hostname include ../Makefile.cmd CFLAGS += $(CCVERBOSE) .KEEP_STATE: all: $(PROG) install: all $(ROOTPROG) --- 20,40 ---- # # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright 2016 RackTop Systems. # PROG= hostname include ../Makefile.cmd CFLAGS += $(CCVERBOSE) + LDLIBS += -lnsl + .KEEP_STATE: all: $(PROG) install: all $(ROOTPROG)