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
ls(1): Take II on fixing future time listings
[dragonfly.git]
/
usr.sbin
/
cdcontrol
/
Makefile
blob
9111e38bdd0640261820626046f7aa8c2524204f
1
# $FreeBSD: src/usr.sbin/cdcontrol/Makefile,v 1.2.2.2 2002/03/15 22:34:25 mikeh Exp $
2
# $DragonFly: src/usr.sbin/cdcontrol/Makefile,v 1.3 2005/01/17 01:49:24 cpressey Exp $
3
4
PROG
=
cdcontrol
5
6
DPADD
= ${
LIBEDIT
} ${
LIBTERMCAP
}
7
LDADD
= -
ledit
-
ltermcap
8
9
.
include
<
bsd.prog.mk
>