repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.sbin
/
mlxctl
/
Makefile
blob
dd0cc609a6c19f9501a18ad6082ba1290cc49185
1
# $NetBSD$
2
3
PROG
=
mlxctl
4
SRCS
=
cmds.c config.c dklist.c main.c util.c
5
MAN
=
mlxctl
.8
6
7
LDADD
= -
lkvm
8
DPADD
= ${
LIBKVM
}
9
10
.
include
<
bsd.prog.mk
>