repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
virtio - Remove explicit load of virtio.ko. Remove device virtio_pci line.
[dragonfly.git]
/
usr.sbin
/
cpucontrol
/
Makefile
blob
41ed3a3f1cce3ebc401e232436bf0ad325d2a856
1
# $FreeBSD$
2
3
PROG
=
cpucontrol
4
MAN
=
cpucontrol
.8
5
SRCS
=
cpucontrol.c intel.c amd.c amd10h.c via.c
6
7
NO_STRICT_ALIASING
=
8
NO_WCAST_ALIGN
=
9
10
.
include
<
bsd.prog.mk
>