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
Fix "ls: not found" problem during buildworld. mdate.sh script
[dragonfly.git]
/
usr.sbin
/
dconschat
/
Makefile
blob
25aecd87fa0f82dcd44485dfb691ccf8c481e229
1
# $FreeBSD: src/usr.sbin/dconschat/Makefile,v 1.1 2003/10/24 15:44:10 simokawa Exp $
2
# $DragonFly: src/usr.sbin/dconschat/Makefile,v 1.1 2004/09/23 06:38:29 simokawa Exp $
3
4
PROG
=
dconschat
5
SRCS
=
dconschat.c
6
MAN
=
dconschat
.8
7
8
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
sys
9
10
DPADD
= ${
LIBKVM
}
11
LDADD
= -
lkvm
12
13
.
include
<
bsd.prog.mk
>