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
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
usr.bin
/
tic
/
Makefile
blob
3bff34bcd369c76b80877020e3111c9b0bfd6c68
1
# $NetBSD: Makefile,v 1.2 2012/05/31 20:10:06 joerg Exp $
2
3
PROG
=
tic
4
WARNS
=
4
5
6
CPPFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
lib
/
libterminfo
7
8
.
ifndef
HOSTPROG
9
LDADD
+= -
lterminfo
-
lutil
10
DPADD
+= ${
LIBTERMINFO
} ${
LIBUTIL
}
11
.
endif
12
13
.
include
<
bsd.prog.mk
>