]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.linux
add defns for debug stuff
[ppp.git] / pppd / Makefile.linux
index 625d4b0ee019bfffbfbba1d95075d2b881cfdcfb..2d550094632f45ca41ffef28464d98622e83fcb1 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.7 1995/06/12 11:37:02 paulus Exp $
 #
 
 BINDIR = /usr/etc
@@ -24,7 +24,7 @@ HEADERS := $(HEADERS) .depend
 endif
 
 # CC = gcc
-DEBUG_FLAGS = -DDEBUGALL
+DEBUG_FLAGS = -DDEBUGALL
 COMPILE_FLAGS = -D_linux_=1 -DHAVE_PATHS_H
 COPTS = -g # -O2
 VER = 0.2.8
@@ -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: