# $Id: Makefile,v 1.1 2005/06/23 00:30:50 max Exp $ # $FreeBSD: releng/10.3/sys/modules/kbdmux/Makefile 162711 2006-09-27 19:57:02Z ru $ .PATH: ${.CURDIR}/../../dev/kbdmux KMOD= kbdmux SRCS= kbdmux.c opt_compat.h opt_kbd.h bus_if.h device_if.h .if !defined(KERNBUILDDIR) opt_compat.h: echo "#define COMPAT_FREEBSD6 1" > ${.TARGET} opt_kbd.h: echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET} .endif .include