]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/vkbd/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / vkbd / Makefile
1 # $Id: Makefile,v 1.1 2004/08/13 18:30:24 max Exp $
2 # $FreeBSD$
3
4 .PATH:  ${.CURDIR}/../../dev/vkbd
5
6 KMOD=   vkbd
7 SRCS=   vkbd.c opt_compat.h opt_kbd.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>