1147999Semax# $Id: Makefile,v 1.1 2005/06/23 00:30:50 max Exp $
2147999Semax# $FreeBSD$
3147999Semax
4147999Semax.PATH: ${.CURDIR}/../../dev/kbdmux
5147999Semax
6147999SemaxKMOD=	kbdmux
7162711SruSRCS=	kbdmux.c opt_compat.h opt_kbd.h bus_if.h device_if.h
8147999Semax
9151350Syar.if !defined(KERNBUILDDIR)
10162711Sruopt_compat.h:
11162711Sru	echo "#define COMPAT_FREEBSD6 1" > ${.TARGET}
12162711Sru
13147999Semaxopt_kbd.h:
14147999Semax	echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET}
15151350Syar.endif
16147999Semax
17147999Semax.include <bsd.kmod.mk>
18