5215c15086
are various bug fixes and code cleanups.
31 lines
637 B
Text
31 lines
637 B
Text
$NetBSD: patch-aa,v 1.12 2006/10/14 19:33:45 schwarz Exp $
|
|
|
|
--- Makefile.orig 2005-10-26 06:08:03.000000000 +0200
|
|
+++ Makefile 2006-10-14 19:35:24.000000000 +0200
|
|
@@ -18,16 +18,16 @@
|
|
#
|
|
# Use /lib/cpp or /usr/ccs/lib/cpp for CPP on Solaris or SVR4 machines.
|
|
|
|
-CC = cc
|
|
+#CC = cc
|
|
|
|
-CPP = $(CC) -E
|
|
+#CPP = $(CC) -E
|
|
#CPP = /lib/cpp
|
|
#CPP = /usr/bin/cpp -no-cpp-precomp # for MacOS X
|
|
|
|
-CFLAGS = -O # -g -Wall -ansi -pedantic
|
|
+#CFLAGS = -O # -g -Wall -ansi -pedantic
|
|
#CFLAGS = -O # -w0 -g3 # for DEC
|
|
|
|
-MAKE = make
|
|
+#MAKE = make
|
|
|
|
|
|
SHELL = /bin/sh
|
|
@@ -97,3 +97,5 @@
|
|
man/nn.1.D: man/nn.1
|
|
sh SPLITNN1
|
|
|
|
+install:
|
|
+ ./inst n
|