7 lines
140 B
Makefile
7 lines
140 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||
|
|
||
|
PROG= xkbwatch
|
||
|
SRCS= xkbwatch.c LED.c utils.c
|
||
|
|
||
|
.include "../Makefile.xkbutils"
|