]> git.ozlabs.org Git - ppp.git/commitdiff
include Makedefs file
authorPaul Mackerras <paulus@samba.org>
Wed, 4 Feb 1998 01:33:49 +0000 (01:33 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 4 Feb 1998 01:33:49 +0000 (01:33 +0000)
chat/Makefile.sol2
chat/Makefile.sunos4
chat/Makefile.svr4

index 60b9b54036c87a19b984faeb167c21a020805bb9..0b1d5394edc7374a0671017b1efd17305abc2c5b 100644 (file)
@@ -2,12 +2,8 @@
 # Makefile for chat on Solaris 2
 #
 
-BINDIR = /usr/local/bin
-MANDIR = /usr/local/man
+include ../svr4/Makedefs
 
-INSTALL= /usr/sbin/install
-
-COPTS = -O -Xa -w
 CFLAGS = $(COPTS) -DNO_USLEEP
 
 all:   chat
index 45a500f30eba0b454f02242da6c8bade7b6ea94b..b3507360e8533d4dffc2ecbdebeebf8565c4ec19 100644 (file)
@@ -2,10 +2,9 @@
 # Makefile for chat on suns
 #
 
-BINDIR = /usr/local/etc
-MANDIR = /usr/local/man
+include ../sunos4/Makedefs
 
-INSTALL= install -o root -g daemon
+CFLAGS = -DSUNOS $(COPTS)
 
 all:   chat
 
index 6038a90ce0bfff18cc063374c81f54e30d55a279..2726c9355eba16edcc8238dfcffd660b0dfef483 100644 (file)
@@ -2,12 +2,8 @@
 # Makefile for chat on Solaris 2
 #
 
-BINDIR = /usr/local/bin
-MANDIR = /usr/local/man
+include ../svr4/Makedefs
 
-INSTALL= /usr/sbin/install
-
-COPTS = -O -Xa -w
 CFLAGS = -DNO_USLEEP $(COPTS)
 
 all:   chat