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]
/
lib
/
libedit
/
TEST
/
Makefile
blob
6858186842655bcb068c85d09fd431c6c7d3ce17
1
# $NetBSD: Makefile,v 1.3 2006/08/31 20:20:38 rpaulo Exp $
2
3
NOMAN
=
1
4
PROG
=
wtc1
5
CPPFLAGS
=-
I
${
.CURDIR
}/
..
6
LDADD
+=-
ledit
-
ltermcap
7
DPADD
+=${
LIBEDIT
} ${
LIBTERMCAP
}
8
9
.
ifdef
DEBUG
10
CPPFLAGS
+=-
DDEBUG
11
.
endif
12
13
.
include
<
bsd.prog.mk
>