kernel - disklabel64 - Increase partition start alignment to 1 megabyte.
[dragonfly.git] / sys / dev / raid / pst / Makefile
blobba73a5bc25b9f2653eab19c3f85dcef6b87c4e35
1 # $FreeBSD: src/sys/modules/mly/Makefile,v 1.1.2.1 2000/10/27 10:07:02 msmith Exp $
2 # $DragonFly: src/sys/dev/raid/pst/Makefile,v 1.1 2003/10/01 18:20:07 dillon Exp $
4 KMOD = pst
5 SRCS = pst-pci.c pst-iop.c pst-raid.c
6 SRCS += device_if.h bus_if.h pci_if.h
8 #CFLAGS+= -DMLY_DEBUG=1
10 .include <bsd.kmod.mk>