summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1997-03-04 03:45:38 +0000
committerPaul Mackerras <paulus@samba.org>1997-03-04 03:45:38 +0000
commit3278b141bac31dce7c1e45136a3c85e07dee6815 (patch)
tree235d017506f13faafe005ae3be7c93d586ab21b0 /chat
parentafc91a00dd17734d3076c083b18f2535b96d2133 (diff)
mods from Steve Perkins
Diffstat (limited to 'chat')
-rw-r--r--chat/Makefile.NeXT15
1 files changed, 3 insertions, 12 deletions
diff --git a/chat/Makefile.NeXT b/chat/Makefile.NeXT
index 799371f..e2d4c43 100644
--- a/chat/Makefile.NeXT
+++ b/chat/Makefile.NeXT
@@ -1,10 +1,10 @@
#
# Makefile for chat on NeXTs
#
-# $Id: Makefile.NeXT,v 1.1 1995/08/10 06:48:28 paulus Exp $
+# $Id: Makefile.NeXT,v 1.2 1997/03/04 03:45:38 paulus Exp $
#
-ARCHFLAGS = -arch i386 -arch m68k
+ARCHFLAGS =
BINDIR = /usr/local/ppp/bin
MANDIR = /usr/local/ppp/man
@@ -30,14 +30,5 @@ install:
install -c -m 444 -o root -g wheel chat.8 $(MANDIR)/man8
clean:
- rm -f *~ *.o chat .depend
+ rm -f *~ *.o chat
-depend:
- cc -M $(CFLAGS) $(SRCS) > .depend
-
-#.depend: $(SRCS)
-# @echo Check dependencies if needed
-
-# cc -M $(CFLAGS) $(SRCS) > .depend
-
-#include .depend