diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 21:57:14 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 21:57:14 +0000 |
commit | 53f454c3aa3065647af8af895deab3ea02ec4015 (patch) | |
tree | 90ada417bea1baec84114131bdf7a1492429c568 /news/nn/files/patch-ag | |
parent | Update to version 1.0c16. (diff) |
Update to version 6.5.5.
PR: 16437
Submitted by: maintainer
Diffstat (limited to 'news/nn/files/patch-ag')
-rw-r--r-- | news/nn/files/patch-ag | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/news/nn/files/patch-ag b/news/nn/files/patch-ag index 37510ebaf0f3..693433186d1d 100644 --- a/news/nn/files/patch-ag +++ b/news/nn/files/patch-ag @@ -1,16 +1,12 @@ ---- Makefile.orig Mon Aug 19 17:28:12 1996 -+++ Makefile Fri Apr 16 01:28:02 1999 -@@ -19,15 +19,15 @@ - # Use /lib/cpp or /usr/ccs/lib/cpp for CPP on Solaris or SVR4 machines. - +--- Makefile.orig Sat Jun 5 00:07:14 1999 ++++ Makefile Thu Jan 27 01:56:38 2000 +@@ -21,13 +21,13 @@ CC = cc --#CPP = $(CC) -E --CPP = /lib/cpp + CPP = $(CC) -E + #CPP = /lib/cpp -#CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK -CFLAGS = -O -+CPP = $(CC) -E -+#CPP = /lib/cpp -+CFLAGS += -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK ++CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK +#CFLAGS = -O #-Wall -Wcomment \ #-Wtraditional -Wshadow \ @@ -21,7 +17,16 @@ MAKE = make -@@ -97,3 +97,5 @@ +@@ -36,6 +36,8 @@ + all: ymakefile + $(MAKE) $(MFLAGS) -f ymakefile all + ++inews: ymakefile ++ $(MAKE) $(MFLAGS) -f ymakefile inews + touch: ymakefile + $(MAKE) -f ymakefile -t all + +@@ -97,3 +99,5 @@ man/nn.1.D: man/nn.1 sh SPLITNN1 |