projects
/
ppp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4cfda0dda32c634d049934fcbf6cb893b0c3a0c6
[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
ETCDIR = /etc/ppp
10
11
COPTS = -O -Xa -w
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