9c62b3ee7c
Reviewed by: mike (mentor)
12 lines
180 B
Makefile
12 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/rc
|
|
|
|
KMOD= rc
|
|
SRCS= rc.c device_if.h bus_if.h isa_if.h opt_tty.h
|
|
|
|
opt_tty.h:
|
|
echo "#define TTYHOG 8192" >opt_tty.h
|
|
|
|
.include <bsd.kmod.mk>
|