summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/ppp/svr4/Makedefs
blob: 81db8ab2e83cbb561599bc1e6dd7310173901e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# defines common to several Makefiles
#

INSTALL= /usr/sbin/install

BINDIR = /usr/local/bin
MANDIR = /usr/local/man
ETCDIR = /etc/ppp

COPTS = -O -Xa

# For compiling with gcc, comment out the COPTS definition above and
# uncomment the next 2 definitions.
#CC = gcc
#COPTS = -O2