From 06a968204c1ec2aac19faa69fcbc92060f681a8d Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Wed, 19 Feb 2003 20:09:51 +0000 Subject: remove NONSTANDARD --- Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 75ea552..cacb0ee 100644 --- a/Makefile +++ b/Makefile @@ -12,15 +12,7 @@ include extensions/Makefile OBJECTS:=getethertype.o ebtables.o communication.o $(EXT_OBJS) -# Use the option NONSTANDARD=y when you don't want to use the kernel includes -# that are included in this package. You should set KERNEL_INCLUDES to -# the right directory (eg /usr/src/linux/include). -# You should only need this when compiling the CVS or when adding new code. -ifeq ($(NONSTANDARD), y) -KERNEL_INCLUDES?=/usr/include/ -else -KERNEL_INCLUDES:=include/ -endif +KERNEL_INCLUDES?=include/ ifeq ($(ETHERTYPESPATH),) ETHERTYPESPATH:=/etc/ -- cgit v1.2.3