]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/kbdmux/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / kbdmux / Makefile
1 # $Id: Makefile,v 1.1 2005/06/23 00:30:50 max Exp $
2 # $FreeBSD$
3
4 .PATH: ${.CURDIR}/../../dev/kbdmux
5
6 KMOD=   kbdmux
7 SRCS=   kbdmux.c opt_compat.h opt_kbd.h bus_if.h device_if.h
8
9 .if !defined(KERNBUILDDIR)
10 opt_compat.h:
11         echo "#define COMPAT_FREEBSD6 1" > ${.TARGET}
12
13 opt_kbd.h:
14         echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET}
15 .endif
16
17 .include <bsd.kmod.mk>