diff options
author | bde <bde@FreeBSD.org> | 2000-09-26 19:32:51 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-09-26 19:32:51 +0000 |
commit | 26d31df126a41943055ddf78665c1d1ec325c8e0 (patch) | |
tree | 30354f253d5b011cd9400335b71be634d2fde7c8 /sys/modules/if_ef | |
parent | b451b2a3c1d91675d4b04ec0567940d2123ca8de (diff) | |
download | FreeBSD-src-26d31df126a41943055ddf78665c1d1ec325c8e0.zip FreeBSD-src-26d31df126a41943055ddf78665c1d1ec325c8e0.tar.gz |
Removed garbage (CFLAGS+= ${PROTOS} was a vestige of an old way of
configuring INET).
Diffstat (limited to 'sys/modules/if_ef')
-rw-r--r-- | sys/modules/if_ef/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/if_ef/Makefile b/sys/modules/if_ef/Makefile index 1b7d86b..f3996ed 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 |