aboutsummaryrefslogtreecommitdiff
path: root/rescue/rescue/Makefile
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2017-04-24 21:21:49 +0000
committerBrooks Davis <brooks@FreeBSD.org>2017-04-24 21:21:49 +0000
commita7dc31283a053a6c0444813d1432fa83e6ccba9f (patch)
treecab348e253d3e66aa30638e8abd69d74bf8d502e /rescue/rescue/Makefile
parent858f6fe3271409354e450a193e98f1720d8c1863 (diff)
downloadsrc-a7dc31283a053a6c0444813d1432fa83e6ccba9f.tar.gz
src-a7dc31283a053a6c0444813d1432fa83e6ccba9f.zip
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
Notes
Notes: svn path=/head/; revision=317383
Diffstat (limited to 'rescue/rescue/Makefile')
-rw-r--r--rescue/rescue/Makefile4
1 files changed, 0 insertions, 4 deletions
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