repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tomato 1.28
[tomato.git]
/
release
/
src
/
router
/
ppp
/
solaris
/
Makedefs
blob
81db8ab2e83cbb561599bc1e6dd7310173901e30
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
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