From 4da485b40d7bcacdac25a9e071df9b63e73883b4 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 26 Sep 2000 19:32:51 +0000 Subject: [PATCH] Removed garbage (CFLAGS+= ${PROTOS} was a vestige of an old way of configuring INET). --- sys/modules/if_ef/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/modules/if_ef/Makefile b/sys/modules/if_ef/Makefile index 1b7d86b6f8a..f3996edb420 100644 --- a/sys/modules/if_ef/Makefile +++ b/sys/modules/if_ef/Makefile @@ -13,8 +13,6 @@ ETHER_8023= ETHER_8022= ETHER_SNAP= -CFLAGS+= ${PROTOS} - .if defined(EFDEBUG) CFLAGS+= -DEF_DEBUG .endif