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