]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.linux
Add installcheck targets to keep the autobuilder happy
[ppp.git] / pppd / Makefile.linux
index 2cdfe9e5cc2af7e3ba103793c6027aa5120bf521..cfa2d1a1fe870e44bebc32d6adc2622bc8111831 100644 (file)
@@ -1,12 +1,12 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.62 2004/10/29 00:12:27 paulus Exp $
+# $Id: Makefile.linux,v 1.64 2004/10/31 22:09:03 paulus Exp $
 #
 
 # Default installation locations
 DESTDIR = @DESTDIR@
 BINDIR = $(DESTDIR)/sbin
-MANDIR = $(DESTDIR)/man/man8
+MANDIR = $(DESTDIR)/share/man/man8
 INCDIR = $(DESTDIR)/include
 
 TARGETS = pppd
@@ -193,7 +193,7 @@ ifdef MAXOCTETS
      CFLAGS += -DMAXOCTETS
 endif
 
-INSTALL= install -o root
+INSTALL= install
 
 all: $(TARGETS)