From: Paul Mackerras Date: Wed, 4 Feb 1998 01:33:49 +0000 (+0000) Subject: include Makedefs file X-Git-Tag: RELEASE_2_3_6~138 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=19d3ee84fd8180eabe80be4b08ed81ae080d69ce include Makedefs file --- diff --git a/chat/Makefile.sol2 b/chat/Makefile.sol2 index 60b9b54..0b1d539 100644 --- a/chat/Makefile.sol2 +++ b/chat/Makefile.sol2 @@ -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 diff --git a/chat/Makefile.sunos4 b/chat/Makefile.sunos4 index 45a500f..b350736 100644 --- a/chat/Makefile.sunos4 +++ b/chat/Makefile.sunos4 @@ -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 diff --git a/chat/Makefile.svr4 b/chat/Makefile.svr4 index 6038a90..2726c93 100644 --- a/chat/Makefile.svr4 +++ b/chat/Makefile.svr4 @@ -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