Actually hook powernow.4 into the build.
[dragonfly.git] / contrib / ipfilter / FreeBSD-3 / INST.FreeBSD-3
blob6c68dbbda93fd6f77f551c7c2e9cf3807284cfc5
1 To build a kernel with the IP filter, follow these seven steps:
3         1. do "make freebsd3"
5         2. do "make install-bsd"
6            (probably has to be done as root)
8         3. run "FreeBSD-3/kinstall" as root
10         4. build a new kernel
12         5. install the new kernel
14         6. If not using DEVFS, create devices for IP Filter as follows:
15                 mknod /dev/ipl c 79 0
16                 mknod /dev/ipnat c 79 1
17                 mknod /dev/ipstate c 79 2
18                 mknod /dev/ipauth c 79 3
20         7. reboot
23 Darren Reed
24 darrenr@pobox.com