blob: 2ff51df239c77a31bfc6123f7c9de13968877c27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- makefile.orig Wed Jan 3 05:06:51 2001
+++ makefile Wed Jan 3 13:37:36 2001
@@ -3,11 +3,10 @@
# CONFIGURATION
#WARN = -Wall -Wno-parentheses -Wno-implicit-int -Wshadow
-PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
MANDIR = $(PREFIX)/man
MANSECT = $(MANDIR)/man1
-INSTALL = /usr/ucb/install
+INSTALL = /usr/bin/install
# For Linux, enable both of the following flags.
# For Solaris 8, disable SUSF (other versions untested).
SUSF = -D_XOPEN_SOURCE=500L
|