Deleted Added
full compact
Makefile (111899) Makefile (151350)
1# $FreeBSD: head/sys/modules/rc/Makefile 111899 2003-03-05 08:16:29Z das $
1# $FreeBSD: head/sys/modules/rc/Makefile 151350 2005-10-14 23:30:17Z yar $
2
3.PATH: ${.CURDIR}/../../dev/rc
4
5KMOD= rc
6SRCS= rc.c device_if.h bus_if.h isa_if.h opt_tty.h
7
2
3.PATH: ${.CURDIR}/../../dev/rc
4
5KMOD= rc
6SRCS= rc.c device_if.h bus_if.h isa_if.h opt_tty.h
7
8.if !defined(KERNBUILDDIR)
8opt_tty.h:
9 echo "#define TTYHOG 8192" >opt_tty.h
9opt_tty.h:
10 echo "#define TTYHOG 8192" >opt_tty.h
11.endif
10
11.include <bsd.kmod.mk>
12
13.include <bsd.kmod.mk>