mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
12 lines
410 B
Plaintext
12 lines
410 B
Plaintext
$NetBSD: patch-aa,v 1.3 2004/03/22 00:29:33 dmcmahill Exp $
|
|
|
|
--- src/Makefile.4.orig Wed May 6 19:07:58 1998
|
|
+++ src/Makefile.4 Wed May 6 19:08:20 1998
|
|
@@ -66,5 +66,5 @@
|
|
#CFLAGS = -O -DOTHER
|
|
# for most machines running 4.2/3 use (only necessary if timers are needed)
|
|
-CFLAGS = -O -DFOUR
|
|
+CFLAGS += -DFOUR
|
|
# for most machines running System V use (only necessary if timers are needed)
|
|
#CFLAGS = -O -DFIVE
|