X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=sunos4%2FMakefile;h=27fad7d609af2e31a0c940d066477f3e394220ed;hp=886d0a8d0c582d986e5f86e1c6f2dd4868fd1f2e;hb=9164ea8da8dd803c9c8a34bb2bab7742669f65de;hpb=775c251b6ed0714f44d4b960936c11d2f23aee54 diff --git a/sunos4/Makefile b/sunos4/Makefile index 886d0a8..27fad7d 100644 --- a/sunos4/Makefile +++ b/sunos4/Makefile @@ -1,10 +1,9 @@ # # Makefile for STREAMS modules for SunOS 4. # -# $Id: Makefile,v 1.5 1996/08/28 06:43:39 paulus Exp $ +# $Id: Makefile,v 1.7 1996/09/26 06:17:12 paulus Exp $ # -ARCH:sh = /bin/arch -k #CC = gcc LD = /usr/bin/ld # make sure we don't get gnu ld @@ -12,7 +11,9 @@ BINDIR = /usr/local/etc INSTALL = install -o root -g daemon # Defining __$(ARCH)__ is for gcc's broken version of sun/vddrv.h. -DEFINES= -DKERNEL -D_KERNEL -DSUNOS4 -D$(ARCH) -D__$(ARCH)__ -DDEBUG -DNO_DLPI +ARCH = `/bin/arch -k` +DEFINES= -DKERNEL -D_KERNEL -DSUNOS4 -D$(ARCH) -D__$(ARCH)__ \ + -DDEBUG -DNO_DLPI -DSNIT_SUPPORT CFLAGS= $(DEFINES) -I.. -O MODULES= ppp_mod.o ppp_ahdl_mod.o ppp_comp_mod.o if_ppp_mod.o