diff options
author | Marc G. Fournier | 1997-06-06 01:38:24 +0000 |
---|---|---|
committer | Marc G. Fournier | 1997-06-06 01:38:24 +0000 |
commit | 11c7d75560e0d6e3b41c1f7c903be84915200388 (patch) | |
tree | 2f5abbfeec4505e8554609215c9422e6771b8f1b | |
parent | 15da18508f115a2b35c38201605ce747026f7339 (diff) |
From: Phil Nelson <[email protected]>
Subject: [PATCHES] Patches to allow generic NetBSD support
-rw-r--r-- | src/template/netbsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/netbsd b/src/template/netbsd index e5f772e7329..3455cf110a3 100644 --- a/src/template/netbsd +++ b/src/template/netbsd @@ -1,6 +1,6 @@ AROPT:cq SHARED_LIB:-fpic -DPIC -CFLAGS:-O2 -m486 -pipe +CFLAGS:-O2 -pipe SRCH_INC:/usr/local/include SRCH_LIB:/usr/local/lib USE_LOCALE:no |