blob: 928a81091fa939bd1991712e6c66bd73d3c8e83d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.2 2000/01/15 18:09:30 christos Exp $
--- Makefile.local.orig Sat Jan 15 13:00:41 2000
+++ Makefile.local Sat Jan 15 13:00:55 2000
@@ -8,7 +8,7 @@
# BIN_DIR variable, you would uncomment the following line
# or add your own line.
#
-BIN_DIR = /usr/local/bin
+BIN_DIR = ${PREFIX}/bin
#
# Add any local definetions you want pass to the compiler to DEFS_LOCAL
|