summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-09-26 06:16:18 +0000
committerPaul Mackerras <paulus@samba.org>1996-09-26 06:16:18 +0000
commitc2a92a1f6789e7ae568f18d9daa7f9117339174a (patch)
tree9479ea4f35289180fbd537a9da733d85b1ff95f0 /chat
parent6a4ad35209c2b11f83ed332150cf60aa955c751e (diff)
downloadppp-c2a92a1f6789e7ae568f18d9daa7f9117339174a.tar.gz
allow for COPTS from Makefile.top
Diffstat (limited to 'chat')
-rw-r--r--chat/Makefile.sol23
-rw-r--r--chat/Makefile.svr43
2 files changed, 4 insertions, 2 deletions
diff --git a/chat/Makefile.sol2 b/chat/Makefile.sol2
index e41b630..60b9b54 100644
--- a/chat/Makefile.sol2
+++ b/chat/Makefile.sol2
@@ -7,7 +7,8 @@ MANDIR = /usr/local/man
INSTALL= /usr/sbin/install
-CFLAGS = -w -DNO_USLEEP
+COPTS = -O -Xa -w
+CFLAGS = $(COPTS) -DNO_USLEEP
all: chat
diff --git a/chat/Makefile.svr4 b/chat/Makefile.svr4
index e41b630..6038a90 100644
--- a/chat/Makefile.svr4
+++ b/chat/Makefile.svr4
@@ -7,7 +7,8 @@ MANDIR = /usr/local/man
INSTALL= /usr/sbin/install
-CFLAGS = -w -DNO_USLEEP
+COPTS = -O -Xa -w
+CFLAGS = -DNO_USLEEP $(COPTS)
all: chat