From 19d3ee84fd8180eabe80be4b08ed81ae080d69ce Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 4 Feb 1998 01:33:49 +0000 Subject: [PATCH] include Makedefs file --- chat/Makefile.sol2 | 6 +----- chat/Makefile.sunos4 | 5 ++--- chat/Makefile.svr4 | 6 +----- 3 files changed, 4 insertions(+), 13 deletions(-) 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 -- 2.39.2