CPU: Wrong CPU Load %.
[tomato.git] / release / src / router / ppp / svr4 / Makedefs
blob81db8ab2e83cbb561599bc1e6dd7310173901e30
2 # defines common to several Makefiles
5 INSTALL= /usr/sbin/install
7 BINDIR = /usr/local/bin
8 MANDIR = /usr/local/man
9 ETCDIR = /etc/ppp
11 COPTS = -O -Xa
13 # For compiling with gcc, comment out the COPTS definition above and
14 # uncomment the next 2 definitions.
15 #CC = gcc
16 #COPTS = -O2