Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / dev / misc / nmdm / Makefile
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.2 2003/06/17 04:28:46 dillon Exp $
3
4 .PATH: ${.CURDIR}/../../dev/nmdm
5
6 KMOD=   nmdm
7 SRCS=   nmdm.c
8 SRCS+=  opt_compat.h vnode_if.h
9
10 opt_compat.h:
11         echo "#define COMPAT_43 1" >opt_compat.h
12
13 .include <bsd.kmod.mk>