VFS messaging/interfacing work stage 1/99. This stage replaces the old
[dragonfly.git] / sys / dev / misc / nmdm / Makefile
... / ...
CommitLineData
1# $FreeBSD: src/sys/modules/nmdm/Makefile,v 1.1.2.1 2001/08/11 00:54:15 mp Exp $
2# $DragonFly: src/sys/dev/misc/nmdm/Makefile,v 1.3 2004/08/13 17:51:05 dillon Exp $
3
4.PATH: ${.CURDIR}/../../dev/nmdm
5
6KMOD= nmdm
7SRCS= nmdm.c
8SRCS+= opt_compat.h
9
10opt_compat.h:
11 echo "#define COMPAT_43 1" >opt_compat.h
12
13.include <bsd.kmod.mk>