X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=chat%2FMakefile.NeXT;h=e2d4c43a9d874ae48abb568416704e8364fbf39d;hp=799371f7735f983dc30440ea38a02806fbe38730;hb=38e489abb1c5d37f475746073e41ef641f086759;hpb=a17e555c2c3755105dc62a6c96f6d49556aff1d5 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