summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vidcontrol/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-03-07 01:34:47 +0000
committerbrian <brian@FreeBSD.org>1997-03-07 01:34:47 +0000
commit32d76cda2845062005b5989e2d39748611b81d88 (patch)
tree0c0d3a9950b6c9db563024865f62e5277a5d6fb9 /usr.sbin/vidcontrol/Makefile
parent70864abe498fed77a9760b6cbd5a7aad13d14ccd (diff)
downloadFreeBSD-src-32d76cda2845062005b5989e2d39748611b81d88.zip
FreeBSD-src-32d76cda2845062005b5989e2d39748611b81d88.tar.gz
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
Diffstat (limited to 'usr.sbin/vidcontrol/Makefile')
-rw-r--r--usr.sbin/vidcontrol/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/vidcontrol/Makefile b/usr.sbin/vidcontrol/Makefile
index 11636b9..0200812 100644
--- a/usr.sbin/vidcontrol/Makefile
+++ b/usr.sbin/vidcontrol/Makefile
@@ -1,4 +1,6 @@
PROG= vidcontrol
SRCS= vidcontrol.c decode.c
+CFLAGS += -Wall
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud