Merge branch 'vendor/LIBEDIT'
[dragonfly.git] / sys / dev / raid / pst / Makefile
1 # $FreeBSD: src/sys/modules/mly/Makefile,v 1.1.2.1 2000/10/27 10:07:02 msmith Exp $
2
3 KMOD            =  pst
4 SRCS            =  pst-pci.c pst-iop.c pst-raid.c
5 SRCS            += device_if.h bus_if.h pci_if.h
6
7 .include <bsd.kmod.mk>