Initial import from FreeBSD RELENG_4:
[games.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
3 .PATH: ${.CURDIR}/../../dev/nmdm
4
5 KMOD=   nmdm
6 SRCS=   nmdm.c
7 SRCS+=  opt_compat.h vnode_if.h
8
9 opt_compat.h:
10         echo "#define COMPAT_43 1" >opt_compat.h
11
12 .include <bsd.kmod.mk>