]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/nmdm/Makefile
This commit was generated by cvs2svn to compensate for changes in r165009,
[FreeBSD/FreeBSD.git] / sys / modules / nmdm / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/nmdm
4
5 KMOD=   nmdm
6 SRCS=   nmdm.c
7 SRCS+=  opt_compat.h opt_tty.h vnode_if.h
8
9 .if !defined(KERNBUILDDIR)
10 opt_compat.h:
11         echo "#define COMPAT_43 1" >opt_compat.h
12
13 opt_tty.h:
14         echo "#define TTYHOG 8192" >opt_tty.h
15 .endif
16
17 .include <bsd.kmod.mk>