freebsd-dev/sys/modules/nmdm/Makefile
David Schultz 9c62b3ee7c Make TTYHOG tunable.
Reviewed by:	mike (mentor)
2003-03-05 08:16:29 +00:00

16 lines
244 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/nmdm
KMOD= nmdm
SRCS= nmdm.c
SRCS+= opt_compat.h opt_tty.h vnode_if.h
opt_compat.h:
echo "#define COMPAT_43 1" >opt_compat.h
opt_tty.h:
echo "#define TTYHOG 8192" >opt_tty.h
.include <bsd.kmod.mk>