1#
2# defines common to several Makefiles
3#
4
5INSTALL= /usr/sbin/install
6
7BINDIR = /usr/local/bin
8MANDIR = /usr/local/man
9ETCDIR = /etc/ppp
10
11COPTS = -O -Xa
12
13# For compiling with gcc, comment out the COPTS definition above and
14# uncomment the next 2 definitions.
15#CC = gcc
16#COPTS = -O2
17