Add pst as a module

This commit is contained in:
Søren Schmidt 2003-08-30 08:01:05 +00:00
parent 66eb91c1e0
commit d7d54aa109
2 changed files with 10 additions and 0 deletions

View File

@ -99,6 +99,7 @@ SUBDIR= accf_data \
pps \
procfs \
pseudofs \
pst \
raidframe \
${_random} \
rc \

9
sys/modules/pst/Makefile Normal file
View File

@ -0,0 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/pst
KMOD= pst
SRCS= pst-pci.c pst-iop.c pst-raid.c
SRCS+= device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>