Makefile revision 111899
1# $FreeBSD: head/sys/modules/nmdm/Makefile 111899 2003-03-05 08:16:29Z das $
2
3.PATH: ${.CURDIR}/../../dev/nmdm
4
5KMOD=	nmdm
6SRCS=	nmdm.c
7SRCS+=	opt_compat.h opt_tty.h vnode_if.h
8
9opt_compat.h:
10	echo "#define COMPAT_43 1" >opt_compat.h
11
12opt_tty.h:
13	echo "#define TTYHOG 8192" >opt_tty.h
14
15.include <bsd.kmod.mk>
16