diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-23 00:14:11 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-23 00:14:11 +0000 |
| commit | e98e6beea37f3ef300db1df0f0088fd9ec7472b8 (patch) | |
| tree | 77498fe7530f38c09715636455e2412e850e48ac | |
| parent | 45d17740c2c873bf5a3a6cc310f96c90e340e83e (diff) | |
Notes
| -rw-r--r-- | sys/conf/files | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 0ad346bb2a37..1a2fbc305101 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -136,7 +136,9 @@ net/bpf_filter.c optional bpfilter net/if.c standard net/if_ethersubr.c optional ether net/if_loop.c optional loop +net/if_ppp.c optional ppp net/if_sl.c optional sl +net/pppcompress.c optional ppp net/radix.c standard net/raw_cb.c standard net/raw_usrreq.c standard |
