summaryrefslogtreecommitdiffstats
path: root/sys/modules/rc/Makefile
blob: cc8d22826a454a76d1a33e8cc6f1ea344dcedfa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/rc

KMOD=	rc
SRCS=	rc.c device_if.h bus_if.h isa_if.h opt_tty.h

.if !defined(KERNBUILDDIR)
opt_tty.h:
	echo "#define TTYHOG 8192" >opt_tty.h
.endif

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud