X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=solaris%2FMakedefs;fp=solaris%2FMakedefs;h=81db8ab2e83cbb561599bc1e6dd7310173901e30;hb=f9eac6e29b5137c46063855b3bfc253159c90c29;hp=0000000000000000000000000000000000000000;hpb=56e6860d27306bcbe35b3a14f360d0f52b5940b5;p=ppp.git diff --git a/solaris/Makedefs b/solaris/Makedefs new file mode 100644 index 0000000..81db8ab --- /dev/null +++ b/solaris/Makedefs @@ -0,0 +1,16 @@ +# +# defines common to several Makefiles +# + +INSTALL= /usr/sbin/install + +BINDIR = /usr/local/bin +MANDIR = /usr/local/man +ETCDIR = /etc/ppp + +COPTS = -O -Xa + +# For compiling with gcc, comment out the COPTS definition above and +# uncomment the next 2 definitions. +#CC = gcc +#COPTS = -O2