X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=chat%2FMakefile.linux;h=1404e0b496464bf75dca6bfcc4da25c6b05d7ca4;hb=7977da267649fee17261d0d163a12863f3534b57;hp=c74e197b2d3b47be069f0b86b3387e9df421d818;hpb=93707a531320fbf398fdb5ffa69a86af092c798c;p=ppp.git diff --git a/chat/Makefile.linux b/chat/Makefile.linux index c74e197..1404e0b 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.13 2004/11/03 11:51:47 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 @@ -10,7 +10,7 @@ CDEF3= -UNO_SLEEP # Use the usleep function CDEF4= -DFNDELAY=O_NDELAY # Old name value CDEFS= $(CDEF1) $(CDEF2) $(CDEF3) $(CDEF4) -COPTS= -O2 -g -pipe $(CDEFS) +COPTS= -O2 -g -pipe CFLAGS= $(COPTS) $(CDEFS) INSTALL= install @@ -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 *~