From a7dc31283a053a6c0444813d1432fa83e6ccba9f Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Mon, 24 Apr 2017 21:21:49 +0000 Subject: Remove the NATM framework including the en(4), fatm(4), hatm(4), and patm(4) devices. Maintaining an address family and framework has real costs when we make infrastructure improvements. In the case of NATM we support no devices manufactured in the last 20 years and some will not even work in modern motherboards (some newer devices that patm(4) could be updated to support apparently exist, but we do not currently have support). With this change, support remains for some netgraph modules that don't require NATM support code. It is unclear if all these should remain, though ng_atmllc certainly stands alone. Note well: FreeBSD 11 supports NATM and will continue to do so until at least September 30, 2021. Improvements to the code in FreeBSD 11 are certainly welcome. Reviewed by: philip Approved by: harti --- rescue/rescue/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rescue/rescue/Makefile') diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 454dfcdfef67..56285f72c927 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -101,10 +101,6 @@ CRUNCH_PROGS_sbin= badsect \ restore rcorder route savecore \ shutdown spppcontrol swapon sysctl tunefs umount -.if ${MK_ATM} != "no" -CRUNCH_PROGS_sbin+= atmconfig -.endif - .if ${MK_CCD} != "no" CRUNCH_PROGS_sbin+= ccdconfig .endif -- cgit v1.2.3