Deleted Added
full compact
Makefile (105806) Makefile (111899)
1# $FreeBSD: head/sys/modules/rc/Makefile 105806 2002-10-23 15:53:09Z jhb $
1# $FreeBSD: head/sys/modules/rc/Makefile 111899 2003-03-05 08:16:29Z das $
2
3.PATH: ${.CURDIR}/../../dev/rc
4
5KMOD= rc
2
3.PATH: ${.CURDIR}/../../dev/rc
4
5KMOD= rc
6SRCS= rc.c device_if.h bus_if.h isa_if.h
6SRCS= rc.c device_if.h bus_if.h isa_if.h opt_tty.h
7
7
8opt_tty.h:
9 echo "#define TTYHOG 8192" >opt_tty.h
10
8.include <bsd.kmod.mk>
11.include <bsd.kmod.mk>