diff options
author | wollman <wollman@FreeBSD.org> | 1994-09-23 00:14:11 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-09-23 00:14:11 +0000 |
commit | eed32da9d43503cb4e88bc1ce7ca4ab638214d91 (patch) | |
tree | 77498fe7530f38c09715636455e2412e850e48ac | |
parent | 866af634b010cb61542d457701bbe0fbb2530355 (diff) | |
download | FreeBSD-src-eed32da9d43503cb4e88bc1ce7ca4ab638214d91.zip FreeBSD-src-eed32da9d43503cb4e88bc1ce7ca4ab638214d91.tar.gz |
Add PPP. NB: this is VERY VERY VERY green code, added to make it easier
to test things out. It compiles, but I don't know if it works (yet).
-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 0ad346b..1a2fbc3 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 |