From 98f3fd4b49be5678e90bd00a01f4823ad20fbb73 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 1 Feb 1998 18:12:15 +0000 Subject: Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute path to the obj directory in ${CFLAGS}. This is actually equivalent to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}. --- sys/modules/if_sl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/modules/if_sl') diff --git a/sys/modules/if_sl/Makefile b/sys/modules/if_sl/Makefile index 51f82f9d979a..582595124aeb 100644 --- a/sys/modules/if_sl/Makefile +++ b/sys/modules/if_sl/Makefile @@ -1,11 +1,10 @@ -# $Id: Makefile,v 1.4 1997/02/22 12:48:08 peter Exp $ +# $Id: Makefile,v 1.5 1998/01/08 23:50:23 eivind Exp $ .PATH: ${.CURDIR}/../../sys/net KMOD= if_sl_mod SRCS= if_sl.c slcompress.c bpfilter.h opt_inet.h sl.h NOMAN= PSEUDO_LKM= -CFLAGS+= -I. NBPFILTER?= 0 NSL?= 2 -- cgit v1.3