10 lines
102 B
Makefile
10 lines
102 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= teken_demo
|
||
|
LDADD= -lncurses -lteken -lutil
|
||
|
MAN=
|
||
|
|
||
|
WARNS?= 6
|
||
|
|
||
|
.include <bsd.prog.mk>
|