Makefile revision 147999
1284345Ssjg# $Id: Makefile,v 1.1 2005/06/23 00:30:50 max Exp $
2284345Ssjg# $FreeBSD: head/sys/modules/kbdmux/Makefile 147999 2005-07-14 17:48:04Z emax $
3284345Ssjg
4284345Ssjg.PATH: ${.CURDIR}/../../dev/kbdmux
5284345Ssjg
6284345SsjgKMOD=	kbdmux
7284345SsjgSRCS=	kbdmux.c opt_kbd.h
8284345Ssjg
9284345Ssjgopt_kbd.h:
10284345Ssjg	echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET}
11284345Ssjg
12284345Ssjg.include <bsd.kmod.mk>
13284345Ssjg