]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/nmdm/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>