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
nrelease: Clean up a bit the 'clean' target
[dragonfly.git]
/
sbin
/
camcontrol
/
Makefile
blob
c78e68019b1039e79e563906b5a9b2705db48f6c
1
# $FreeBSD: src/sbin/camcontrol/Makefile,v 1.3.2.5 2002/04/19 13:46:38 ru Exp $
2
3
PROG
=
camcontrol
4
SRCS
=
camcontrol.c util.c
5
SRCS
+=
modeedit.c
6
DPADD
= ${
LIBCAM
} ${
LIBSBUF
} ${
LIBUTIL
}
7
LDADD
= -
lcam
-
lsbuf
-
lutil
8
MAN
=
camcontrol
.8
9
10
.
include
<
bsd.prog.mk
>