13 lines
407 B
Text
13 lines
407 B
Text
$NetBSD: patch-as,v 1.2 2005/05/29 14:38:33 wiz Exp $
|
|
|
|
--- progs/examples/Makefile.orig 1997-11-05 21:43:42.000000000 +0100
|
|
+++ progs/examples/Makefile
|
|
@@ -8,7 +8,7 @@ SCRIPTS =
|
|
# These are things that need to be installed
|
|
BINS = $(TARGETS) $(SCRIPTS)
|
|
|
|
-LIBS = -lnsl -lglunix -lsocket
|
|
+LIBS = -lglunix
|
|
MANPAGES =
|
|
|
|
###########################################################################
|