diff options
author | brooks <brooks@FreeBSD.org> | 2001-07-02 21:02:09 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2001-07-02 21:02:09 +0000 |
commit | e7b9bc714f516674681231706c48e6aaa41c1d52 (patch) | |
tree | c356b4fb3bb3f0b8afdc188117e65b43ba086e89 /sys/conf | |
parent | 1e69f4eb2364d7e5da7ca1d7cb99c3e77599e36d (diff) | |
download | FreeBSD-src-e7b9bc714f516674681231706c48e6aaa41c1d52.zip FreeBSD-src-e7b9bc714f516674681231706c48e6aaa41c1d52.tar.gz |
gif(4) and stf(4) modernization:
- Remove gif dependencies from stf.
- Make gif and stf into modules
- Make gif cloneable.
PR: kern/27983
Reviewed by: ru, ume
Obtained from: NetBSD
MFC after: 1 week
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 70dc98e..f083f6e 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -896,7 +896,7 @@ net/if_ef.c optional ef net/if_ethersubr.c optional ether net/if_faith.c count faith net/if_fddisubr.c optional fddi -net/if_gif.c count gif +net/if_gif.c optional gif net/if_iso88025subr.c optional token net/if_loop.c optional loop net/if_media.c standard @@ -904,7 +904,7 @@ net/if_mib.c standard net/if_ppp.c count ppp net/if_sl.c optional sl net/if_spppsubr.c optional sppp -net/if_stf.c count stf +net/if_stf.c optional stf net/if_tun.c optional tun net/if_tap.c optional tap net/if_vlan.c count vlan |