2002-10-23 15:53:09 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/rc
|
|
|
|
|
|
|
|
KMOD= rc
|
2003-03-05 08:16:29 +00:00
|
|
|
SRCS= rc.c device_if.h bus_if.h isa_if.h opt_tty.h
|
|
|
|
|
2005-10-14 23:30:17 +00:00
|
|
|
.if !defined(KERNBUILDDIR)
|
2003-03-05 08:16:29 +00:00
|
|
|
opt_tty.h:
|
|
|
|
echo "#define TTYHOG 8192" >opt_tty.h
|
2005-10-14 23:30:17 +00:00
|
|
|
.endif
|
2002-10-23 15:53:09 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|