mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
13 lines
236 B
Makefile
13 lines
236 B
Makefile
# $Id: Makefile,v 1.1 2004/08/13 18:30:24 max Exp $
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/vkbd
|
|
|
|
KMOD= vkbd
|
|
SRCS= vkbd.c opt_kbd.h
|
|
|
|
.if !defined(KERNBUILDDIR)
|
|
opt_kbd.h:
|
|
echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET}
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|