Print this page
Placeholder

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