summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1998-02-04 01:33:49 +0000
committerPaul Mackerras <paulus@samba.org>1998-02-04 01:33:49 +0000
commit19d3ee84fd8180eabe80be4b08ed81ae080d69ce (patch)
tree00ac479afb7ca59e50a4467c8e3d706de8aaf65a /chat
parent30cbaa38bf520afd963d515ca6fe2f264d782fbe (diff)
downloadppp-19d3ee84fd8180eabe80be4b08ed81ae080d69ce.tar.gz
include Makedefs file
Diffstat (limited to 'chat')
-rw-r--r--chat/Makefile.sol26
-rw-r--r--chat/Makefile.sunos45
-rw-r--r--chat/Makefile.svr46
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