]> git.ozlabs.org Git - ppp.git/blobdiff - chat/Makefile.linux
got the patch for OSF/1 wrong before.
[ppp.git] / chat / Makefile.linux
index d46583fbb05f5445bc5ad595da2e7c3f43550764..d1a663902ed42bf60c05443761c9cb8b3596c337 100644 (file)
@@ -1,14 +1,13 @@
-#      $Id: Makefile.linux,v 1.1 1995/04/28 05:26:48 paulus Exp $
+#      $Id: Makefile.linux,v 1.2 1995/06/12 11:24:12 paulus Exp $
 
 BINDIR=/usr/etc
 
 CDEF1= -DTERMIOS                       # Use the termios structure
 CDEF2= -DPIDSTRING                     # I like ascii pid values
-CDEF3= -DLOCK_DIR=\"/usr/spool/uucp\"  # Directory for lock file
-CDEF4= -DSIGTYPE=void                  # Standard definition
-CDEF5= -UNO_SLEEP                      # Use the usleep function
-CDEF6= -DFNDELAY=O_NDELAY              # Old name value
-CDEFS= $(CDEF1) $(CDEF2) $(CDEF3) $(CDEF4) $(CDEF5) $(CDEF6)
+CDEF3= -DSIGTYPE=void                  # Standard definition
+CDEF4= -UNO_SLEEP                      # Use the usleep function
+CDEF5= -DFNDELAY=O_NDELAY              # Old name value
+CDEFS= $(CDEF1) $(CDEF2) $(CDEF3) $(CDEF4) $(CDEF5)
 
 CFLAGS=        -O2 -N $(CDEFS)