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
rc.d/diskless - Fix check for devfs
[dragonfly.git]
/
lib
/
libedit
/
TEST
/
Makefile
blob
ae0c1042726ee61db4b006df8fe6100421be7fe2
1
# $NetBSD: Makefile,v 1.2 2003/12/05 13:37:48 lukem Exp $
2
# $DragonFly: src/lib/libedit/TEST/Makefile,v 1.2 2007/05/05 00:27:40 pavalos Exp $
3
4
NOMAN
=
1
5
PROG
=
test
6
CFLAGS
=-
I
${
.CURDIR
}/
..
7
LDADD
+=-
ledit
-
ltermcap
8
DPADD
+=${
LIBEDIT
} ${
LIBTERMCAP
}
9
10
.
ifdef
DEBUG
11
CFLAGS
+=-
DDEBUG
12
.
endif
13
14
.
include
<
bsd.prog.mk
>