blob: 841b43d8f883a98b1201ba2451468215aa7b1e7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
$NetBSD: patch-aa,v 1.7 1999/09/20 21:43:34 kim Exp $
--- Makefile.orig Sat Jun 5 00:07:14 1999
+++ Makefile Mon Sep 20 17:30:05 1999
@@ -18,7 +18,7 @@
#
# Use /lib/cpp or /usr/ccs/lib/cpp for CPP on Solaris or SVR4 machines.
-CC = cc
+#CC = cc
CPP = $(CC) -E
#CPP = /lib/cpp
#CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK
@@ -28,7 +28,7 @@
#-Wpointer-arith -Wcast-qual -Wcast-align -Wconversion \
#-Waggregate-return -Wmissing-prototypes -Wnested-externs
#LDFLAGS = -s # -lmalloc # /usr/local/lib/malloc-debug/libmalloc.a
-MAKE = make
+#MAKE = make
SHELL = /bin/sh
@@ -97,3 +97,5 @@
man/nn.1.D: man/nn.1
sh SPLITNN1
+install:
+ ./inst n
|