mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
53f454c3aa
PR: 16437 Submitted by: maintainer
35 lines
890 B
Plaintext
35 lines
890 B
Plaintext
--- 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
|
|
-#CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK
|
|
-CFLAGS = -O
|
|
+CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK
|
|
+#CFLAGS = -O
|
|
#-Wall -Wcomment \
|
|
#-Wtraditional -Wshadow \
|
|
#-Wpointer-arith -Wcast-qual -Wcast-align -Wconversion \
|
|
#-Waggregate-return -Wmissing-prototypes -Wnested-externs
|
|
-#LDFLAGS = -s # -lmalloc # /usr/local/lib/malloc-debug/libmalloc.a
|
|
+LDFLAGS = -s # -lmalloc # /usr/local/lib/malloc-debug/libmalloc.a
|
|
MAKE = make
|
|
|
|
|
|
@@ -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
|
|
|
|
+install:
|
|
+ ./inst n
|