repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ramdisk Makefile: CLEANFILES fix
[minix.git]
/
lib
/
libedit
/
TEST
/
Makefile
blob
e06fcebff0706e44b3b08a15ca0b88369cac2657
1
# $NetBSD: Makefile,v 1.5 2010/02/03 15:34:43 roy Exp $
2
3
NOMAN
=
1
4
PROG
=
wtc1
5
CPPFLAGS
=-
I
${
.CURDIR
}/
..
6
LDADD
+=-
ledit
-
ltermlib
7
DPADD
+=${
LIBEDIT
} ${
LIBTERMLIB
}
8
9
.
ifdef
DEBUG
10
CPPFLAGS
+=-
DDEBUG
11
.
endif
12
13
.
include
<
bsd.prog.mk
>