freebsd-dev/usr.sbin/vidcontrol/Makefile
Brian Somers bfc214e329 Add a -s option for setting the current vty. This should make
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
1997-03-07 01:34:47 +00:00

7 lines
86 B
Makefile

PROG= vidcontrol
SRCS= vidcontrol.c decode.c
CFLAGS += -Wall
.include <bsd.prog.mk>