Makefile (822923447e454b30d310cb46903c9ddeca9f0a7a) | Makefile (bc093719ca478fe10b938cef32c30b528042cbcd) |
---|---|
1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../dev/nmdm 4 5KMOD= nmdm 6SRCS= nmdm.c | 1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../dev/nmdm 4 5KMOD= nmdm 6SRCS= nmdm.c |
7SRCS+= opt_compat.h opt_tty.h vnode_if.h | |
8 | 7 |
9.if !defined(KERNBUILDDIR) 10opt_compat.h: 11 echo "#define COMPAT_43 1" >opt_compat.h 12 13opt_tty.h: 14 echo "#define TTYHOG 8192" >opt_tty.h 15.endif 16 | |
17.include <bsd.kmod.mk> | 8.include <bsd.kmod.mk> |