repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
usr.bin
/
infocmp
/
Makefile
blob
d0bffbf0ed4eadb451a012d0314d5f85321dff76
1
# $NetBSD: Makefile,v 1.2 2013/08/11 06:48:46 dholland Exp $
2
3
PROG
=
infocmp
4
5
CPPFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
lib
/
libterminfo
6
LDADD
+= -
lterminfo
7
DPADD
+= ${
LIBTERMINFO
}
8
9
.
include
<
bsd.prog.mk
>