summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2004-10-29 00:12:27 +0000
committerPaul Mackerras <paulus@samba.org>2004-10-29 00:12:27 +0000
commit93707a531320fbf398fdb5ffa69a86af092c798c (patch)
treeaf0956e848059d7716ce1ef358b932fa7af1c580 /chat
parent3d6b2e94e31ea1f49b81a4d1d4c2289d4058b26a (diff)
downloadppp-93707a531320fbf398fdb5ffa69a86af092c798c.tar.gz
Add --prefix and --sysconfdir options to configure, and put
@DESTDIR@ and @SYSCONF@ tags in various Makefile.linux files. These tags get expanded by configure.
Diffstat (limited to 'chat')
-rw-r--r--chat/Makefile.linux6
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/Makefile.linux b/chat/Makefile.linux
index c4d6bf2..c74e197 100644
--- a/chat/Makefile.linux
+++ b/chat/Makefile.linux
@@ -1,4 +1,8 @@
-# $Id: Makefile.linux,v 1.10 2004/01/13 03:57:55 paulus Exp $
+# $Id: Makefile.linux,v 1.11 2004/10/29 00:12:27 paulus Exp $
+
+DESTDIR = @DESTDIR@
+BINDIR = $(DESTDIR)/sbin
+MANDIR = $(DESTDIR)/man
CDEF1= -DTERMIOS # Use the termios structure
CDEF2= -DSIGTYPE=void # Standard definition