bfc214e329
life easier if a PS/2 mouse locks up the keyboard (frequent-ish, but not repeatable). Tidy up code (a bit) and make it -Wall Is this a 2.2 candidate ? (although it doesn't -Wall in 2.2 because of the lack of sys/sysproto.h
7 lines
86 B
Makefile
7 lines
86 B
Makefile
PROG= vidcontrol
|
|
SRCS= vidcontrol.c decode.c
|
|
|
|
CFLAGS += -Wall
|
|
|
|
.include <bsd.prog.mk>
|