Blob


1 PROG = lstun
2 LDADD = -levent
3 WARNINGS = yes
5 .ifdef DEBUG
6 CFLAGS = -O0 -g
7 .endif
9 .include <bsd.prog.mk>