summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chat/Makefile.linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/Makefile.linux b/chat/Makefile.linux
index 1404e0b..1519f29 100644
--- a/chat/Makefile.linux
+++ b/chat/Makefile.linux
@@ -1,4 +1,4 @@
-# $Id: Makefile.linux,v 1.13 2004/11/03 11:51:47 paulus Exp $
+# $Id: Makefile.linux,v 1.14 2006/05/22 00:16:57 paulus Exp $
DESTDIR = @DESTDIR@
BINDIR = $(DESTDIR)/sbin
@@ -24,7 +24,7 @@ chat.o: chat.c
$(CC) -c $(CFLAGS) -o chat.o chat.c
install: chat
- mkdir -p $(BINDIR)
+ mkdir -p $(BINDIR) $(MANDIR)
$(INSTALL) -s -c chat $(BINDIR)
$(INSTALL) -c -m 644 chat.8 $(MANDIR)