xargs(1): Add -P option for parallel mode.
[dragonfly.git] / sys / dev / raid / aac / Makefile_linux.module
1 # $FreeBSD: src/sys/modules/aac/aac_linux/Makefile,v 1.1.4.1 2003/03/28 19:51:37 scottl Exp $
2 # $DragonFly: src/sys/dev/raid/aac/Makefile_linux.module,v 1.2 2003/06/17 04:28:43 dillon Exp $
3
4 .PATH: ${.CURDIR}/../../../dev/aac
5
6 KMOD=  aac_linux
7 SRCS=  aac_linux.c
8
9 .include <bsd.kmod.mk>