diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-08-20 09:14:35 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-08-20 09:14:35 +0000 |
commit | 23558356ecf8868cf72b2130fa934d81f59c4fcb (patch) | |
tree | 7d0c56f50dca1b9eca2d1b0441dd9381c70c5288 /sys/conf/files | |
parent | 64348662cedb16b2da00028f667046ef5cfb517d (diff) |
tedu netnatm and ueagle(4).
ok mikeb@, sthen@, tedu@ (implied), doc bits ok jmc@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/conf/files b/sys/conf/files index 012b2731d06..ea34117e4d5 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.551 2013/08/13 05:52:22 guenther Exp $ +# $OpenBSD: files,v 1.552 2013/08/20 09:14:15 mpi Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -63,7 +63,6 @@ define onewire_bitbang # net device attributes - we have generic code for ether(net), # and fddi. -define atm define crypto define systrace define ether @@ -758,7 +757,6 @@ file ntfs/ntfs_vnops.c ntfs file net/bpf.c bpfilter needs-count file net/bpf_filter.c bpfilter file net/if.c -file net/if_atmsubr.c atm needs-flag file net/if_ethersubr.c ether | inet | fddi needs-flag file net/if_fddisubr.c fddi file net/if_spppsubr.c sppp @@ -806,7 +804,6 @@ file net80211/ieee80211_pae_output.c wlan file net80211/ieee80211_proto.c wlan file net80211/ieee80211_rssadapt.c wlan file net80211/ieee80211_regdomain.c wlan -file netinet/if_atm.c atm file netinet/if_ether.c ether | inet file netinet/igmp.c inet file netinet/in.c inet @@ -885,9 +882,6 @@ file netmpls/mpls_output.c mpls file netmpls/mpls_proto.c mpls file netmpls/mpls_raw.c mpls file netmpls/mpls_shim.c mpls -file netnatm/natm_pcb.c natm -file netnatm/natm_proto.c natm -file netnatm/natm.c natm file nfs/krpc_subr.c nfsclient #file nfs/nfs_aiod.c nfsclient file nfs/nfs_bio.c nfsclient |