summaryrefslogtreecommitdiff
path: root/chat/Makefile.linux
diff options
context:
space:
mode:
Diffstat (limited to 'chat/Makefile.linux')
-rw-r--r--chat/Makefile.linux6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/Makefile.linux b/chat/Makefile.linux
index c74e197..31a5676 100644
--- a/chat/Makefile.linux
+++ b/chat/Makefile.linux
@@ -1,8 +1,8 @@
-# $Id: Makefile.linux,v 1.11 2004/10/29 00:12:27 paulus Exp $
+# $Id: Makefile.linux,v 1.12 2004/10/31 21:27:24 paulus Exp $
DESTDIR = @DESTDIR@
BINDIR = $(DESTDIR)/sbin
-MANDIR = $(DESTDIR)/man
+MANDIR = $(DESTDIR)/share/man/man8
CDEF1= -DTERMIOS # Use the termios structure
CDEF2= -DSIGTYPE=void # Standard definition
@@ -26,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 *~