blob: 254cd86b5fe662d09acc509104fa926bf10918e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$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
|