]> git.ozlabs.org Git - ppp.git/blobdiff - chat/Makefile.linux
Add installcheck targets to keep the autobuilder happy
[ppp.git] / chat / Makefile.linux
index c4d6bf29721f9f8bb34f8a3b572bd75f0a77a141..31a567628f91cbe2bd5d9dd628f7c84c63fe2a51 100644 (file)
@@ -1,4 +1,8 @@
-#      $Id: Makefile.linux,v 1.10 2004/01/13 03:57:55 paulus Exp $
+#      $Id: Makefile.linux,v 1.12 2004/10/31 21:27:24 paulus Exp $
+
+DESTDIR = @DESTDIR@
+BINDIR = $(DESTDIR)/sbin
+MANDIR = $(DESTDIR)/share/man/man8
 
 CDEF1= -DTERMIOS                       # Use the termios structure
 CDEF2= -DSIGTYPE=void                  # Standard definition
@@ -22,7 +26,7 @@ chat.o:       chat.c
 install: chat
        mkdir -p $(BINDIR)
        $(INSTALL) -s -c chat $(BINDIR)
-       $(INSTALL) -c -m 644 chat.8 $(MANDIR)/man8
+       $(INSTALL) -c -m 644 chat.8 $(MANDIR)
 
 clean:
        rm -f chat.o chat *~