8ae5d2d4f9
- Respect CC and PREFIX. - Add a knob to build a static binary. (which is useful to put on a fixit floppy etc.) Approved by: Andrew Stevenson <andrew@ugh.net.au> (MAINTAINER)
13 lines
279 B
Text
13 lines
279 B
Text
--- inst.defs.orig Sun May 14 21:04:24 2000
|
|
+++ inst.defs Sat Sep 16 17:41:38 2000
|
|
@@ -1,8 +1,8 @@
|
|
#
|
|
# installation directories for gpart
|
|
#
|
|
-prefix=/usr/local
|
|
-bindir=$(prefix)/bin
|
|
+prefix=$(PREFIX)
|
|
+bindir=$(prefix)/sbin
|
|
libdir=$(prefix)/lib
|
|
mandir=$(prefix)/man
|
|
manext=8
|