diff options
Diffstat (limited to 'usr.sbin/kbdcontrol/Makefile')
-rw-r--r-- | usr.sbin/kbdcontrol/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/kbdcontrol/Makefile b/usr.sbin/kbdcontrol/Makefile new file mode 100644 index 000000000000..da1a23380674 --- /dev/null +++ b/usr.sbin/kbdcontrol/Makefile @@ -0,0 +1,4 @@ +PROG= kbdcontrol +SRCS= kbdcontrol.c lex.l + +.include <bsd.prog.mk> |