1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys/modules/vkbd/Makefile

13 lines
217 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.1 2004/08/13 18:30:24 max Exp $
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/vkbd
KMOD= vkbd
2004-12-29 08:44:30 +00:00
SRCS= vkbd.c opt_kbd.h
opt_kbd.h:
echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET}
.include <bsd.kmod.mk>