#------------------------------------------------------------------------- # User configurable parameters #------------------------------------------------------------------------- MODDIR = /lib/modules/default/net BINDIR = /usr/local/bin # if you want to allow packet buffering in CLLD, use the BUFFER declaration #LLDDEF = -DBUFFER #------------------------------------------------------------------------- # Revision info - make compatable with echo and your shell (see version:) #------------------------------------------------------------------------- VERSION = 1.5.0beta4 MKDATE = 1999/2/3 OWNER = Dave Koberstein \(davek@komacke.com\) #------------------------------------------------------------------------- # Parameters you probably don't need to change #------------------------------------------------------------------------- DISTNAME = rl2-$(VERSION) OBJDIR = . LLDDEF += CFLAGS = $(LLDDEF) CFLAGS += -D__KERNEL__ -I/usr/src/linux/include CFLAGS += -O2 -fomit-frame-pointer -pipe -m486 -DCPU=386 -DMODULE CFLAGS += $(shell if [ -f /usr/include/linux/modversions.h ]; then echo "-DMODVERSIONS -include /usr/include/linux/modversions.h"; fi) CFLAGS += -include /usr/include/linux/autoconf.h usage: @echo "make