]> git.ozlabs.org Git - ppp.git/blob - svr4/Makedefs
include from ../include not ..
[ppp.git] / svr4 / Makedefs
1 #
2 # defines common to several Makefiles
3 #
4
5 INSTALL= /usr/sbin/install
6
7 #BINDIR = /usr/local/bin
8 #MANDIR = /usr/local/man
9 BINDIR = /data/paulus/bin
10 MANDIR = /data/paulus/man
11 ETCDIR = /etc/ppp
12
13 COPTS = -O -Xa -w
14
15 # For compiling with gcc, comment out the COPTS definition above and
16 # uncomment the next 2 definitions.
17 #CC = gcc
18 #COPTS = -O2