]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.linux
fix stats stuff
[ppp.git] / pppd / Makefile.linux
index 625d4b0ee019bfffbfbba1d95075d2b881cfdcfb..32b228fe80a4bbed62f21a3de3a0065ada50b69e 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.5 1995/04/24 06:14:56 paulus Exp $
+# $Id: Makefile.linux,v 1.6 1995/04/28 04:32:20 paulus Exp $
 #
 
 BINDIR = /usr/etc
@@ -24,8 +24,8 @@ HEADERS := $(HEADERS) .depend
 endif
 
 # CC = gcc
-DEBUG_FLAGS = -DDEBUGALL
-COMPILE_FLAGS = -D_linux_=1 -DHAVE_PATHS_H
+DEBUG_FLAGS = -DDEBUGALL
+COMPILE_FLAGS = -D_linux_=1 -DHAVE_PATHS_H -I..
 COPTS = -g # -O2
 VER = 0.2.8
 LIBS = -lbsd
@@ -33,7 +33,7 @@ LIBS = -lbsd
 CFLAGS = $(COPTS) $(DEBUG_FLAGS) $(COMPILE_FLAGS)
 SOURCE= RELNOTES Makefile.linux $(PPPDSRCS) $(HEADERS) $(MANPAGES)
 
-install:
+install: pppd
        install -c -m 4555 -o root pppd $(BINDIR)/pppd
        install -c -m 555 -o root pppd.8 $(MANDIR)/man8
 
@@ -51,8 +51,3 @@ clean:
 
 depend:
        $(CPP) -M $(CFLAGS) $(PPPDSRCS) >.depend
-
-options.o:     options.c
-       $(CC) -c -o options.o $(CFLAGS) options.c
-
-saber_pppd: