mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
21 lines
442 B
Plaintext
21 lines
442 B
Plaintext
$NetBSD: patch-aa,v 1.3 2015/12/29 23:34:45 dholland Exp $
|
|
|
|
Configure for pkgsrc.
|
|
|
|
--- makefile.orig Thu Feb 22 12:21:22 2001
|
|
+++ makefile
|
|
@@ -6,11 +6,11 @@
|
|
refute.o unify.o defsysp.o syspred1.o\
|
|
syspred2.o trans.o tr_sub.o tr_split.o
|
|
#CFLAGS = -g
|
|
-CFLAGS = -pg -g # for debug
|
|
+#CFLAGS = -pg -g # for debug
|
|
#CFLAGS = -O2 # for optimization
|
|
#CFLAGS = -O4
|
|
#CC = gcc
|
|
-CC = cc
|
|
+#CC = cc
|
|
FLAGS = -lm
|
|
|
|
cup: $(OBJECTS)
|