mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 21:21:05 +01:00
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>
|