This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-02-14 00:04:14 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6318052d9e
opnsense-src
/
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 13:17:26 -05:00
# $FreeBSD$
Added vidcontrol util from 1.1.5.1+ Reviewed by: Submitted by:
1994-08-17 05:00:13 -04: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-12 22:59:44 -05:00
WARNS
?=
6
Added vidcontrol util from 1.1.5.1+ Reviewed by: Submitted by:
1994-08-17 05:00:13 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink