This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2f3e5b2f15
freebsd-dev
/
usr.sbin
/
vidcontrol
/
Makefile
9 lines
93 B
Makefile
Raw
Normal View
History
Unescape
Escape
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
# $FreeBSD$
Added vidcontrol util from 1.1.5.1+ Reviewed by: Submitted by:
1994-08-17 09:00:13 +00:00
PROG
=
vidcontrol
SRCS
=
vidcontrol.c decode.c
WANRS=6 cleanup for vidcontrol(1): - Use foo(void) instead of foo(). - Use static where applicable. - Apply more const's when passing parameters - signed/unsigned madness - Avoid namespace collision by adding underscores. - For 64-bit architectures, use %zx instead of %x when necessary. - When storing constants, use const instead of variable. - Bump WARNS?= from 2 to 6
2005-01-13 03:59:44 +00:00
WARNS
?=
6
Added vidcontrol util from 1.1.5.1+ Reviewed by: Submitted by:
1994-08-17 09:00:13 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink