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
GPIO:further development
[minix.git]
/
usr.bin
/
infocmp
/
Makefile
blob
f2b5a4cb0b8ce79842caef9415059706f8d5fa37
1
# $NetBSD: Makefile,v 1.1 2010/02/03 15:16:33 roy Exp $
2
3
PROG
=
infocmp
4
WARNS
=
4
5
6
CPPFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
lib
/
libterminfo
7
LDADD
+= -
lterminfo
8
DPADD
+= ${
LIBTERMINFO
}
9
10
.
include
<
bsd.prog.mk
>