]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.sol2
MD4Update takes bytes not bits! Now the regression test of the README.MSCHAP80
[ppp.git] / pppd / Makefile.sol2
index 85ab42aab50c24957dec70146c0c2e21f5e7ce9f..3802760ed57be9998eb92ac9a1c19b5ebed0bec0 100644 (file)
@@ -1,22 +1,13 @@
 #
 # Makefile for pppd under Solaris 2.
-# $Id: Makefile.sol2,v 1.8 1996/09/26 06:16:15 paulus Exp $
+# $Id: Makefile.sol2,v 1.10 1998/03/25 01:27:05 paulus Exp $
 #
 
-BINDIR = /usr/local/bin
-MANDIR = /usr/local/man
+include ../svr4/Makedefs
 
-COPTS = -O -Xa -w
-
-# If you want to use gcc...
-#CC = gcc
-#COPTS = -O2
-
-CFLAGS = -DSVR4 -I.. $(COPTS)
+CFLAGS = -DSVR4 -I../include $(COPTS)
 LIBS = -lsocket -lnsl
 
-INSTALL = /usr/sbin/install
-
 all: pppd
 
 OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o ccp.o \