repo.or.cz
/
tomato
/
davidwu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct PPTP server firewall rules chain.
[tomato/davidwu.git]
/
release
/
src
/
router
/
pppd
/
solaris
/
Makedefs.gcc
blob
ba9ce01f0cdea40500b8af89290dc78188351cef
1
#
2
# defines common to several Makefiles
3
#
4
5
INSTALL= /usr/sbin/install
6
7
BINDIR = @DESTDIR@/bin
8
MANDIR = @DESTDIR@/man
9
ETCDIR = @SYSCONF@/ppp
10
11
CC = gcc
12
COPTS = -O2
13
14
LD = /usr/ccs/bin/ld