From: Matthew Dillon Date: Wed, 1 Oct 2003 18:20:07 +0000 (+0000) Subject: Move pst from dev/misc to dev/raid, add a Makefile for 'pst'. X-Git-Tag: v2.0.1~12895 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/ed2978f9932ce49e7d8d93ee4bc7df52f576ca57 Move pst from dev/misc to dev/raid, add a Makefile for 'pst'. --- diff --git a/sys/dev/raid/pst/Makefile b/sys/dev/raid/pst/Makefile new file mode 100644 index 0000000000..ba73a5bc25 --- /dev/null +++ b/sys/dev/raid/pst/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD: src/sys/modules/mly/Makefile,v 1.1.2.1 2000/10/27 10:07:02 msmith Exp $ +# $DragonFly: src/sys/dev/raid/pst/Makefile,v 1.1 2003/10/01 18:20:07 dillon Exp $ + +KMOD = pst +SRCS = pst-pci.c pst-iop.c pst-raid.c +SRCS += device_if.h bus_if.h pci_if.h + +#CFLAGS+= -DMLY_DEBUG=1 + +.include