16 lines
496 B
Text
16 lines
496 B
Text
$NetBSD: patch-aq,v 1.2 2005/05/29 14:38:33 wiz Exp $
|
|
|
|
--- progs/tools/Makefile.orig 1997-10-30 00:11:27.000000000 +0100
|
|
+++ progs/tools/Makefile
|
|
@@ -10,9 +10,9 @@ SCRIPTS = run_glunix_script run_glunix_a
|
|
NOT_INSTALLED_SCRIPTS = gluinstall
|
|
|
|
# These are things that need to be installed
|
|
-BINS = $(TARGETS) $(SCRIPTS)
|
|
+BINS = $(TARGETS) $(SCRIPTS) gluinstall
|
|
|
|
-LIBS = -lnsl
|
|
+LIBS =
|
|
MANPAGES = MHTML.1
|
|
|
|
###########################################################################
|