#!/bin/sh
# installbpf - installs the bpf STREAMS driver into the kernel
# by nathan 7 Sep 1995
/etc/conf/bin/idinstall -a -k bpf
exit 0
