1137776Semax# $Id: Makefile,v 1.1 2004/08/13 18:30:24 max Exp $
2137776Semax# $FreeBSD: stable/11/sys/modules/vkbd/Makefile 319182 2017-05-30 04:11:12Z ngie $
3137776Semax
4319182Sngie.PATH:	${SRCTOP}/sys/dev/vkbd
5137776Semax
6137776SemaxKMOD=	vkbd
7162711SruSRCS=	vkbd.c opt_compat.h opt_kbd.h
8137776Semax
9151350Syar.if !defined(KERNBUILDDIR)
10162711Sruopt_compat.h:
11162711Sru	echo "#define COMPAT_FREEBSD6 1" > ${.TARGET}
12162711Sru
13137776Semaxopt_kbd.h:
14137776Semax	echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET}
15151350Syar.endif
16137776Semax
17137776Semax.include <bsd.kmod.mk>
18