aboutsummaryrefslogtreecommitdiff
path: root/sys/teken/stress/Makefile
blob: 9a0257f02760852fe251ead8064efcf6ad2886c4 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD$

PROG=	teken_stress
LDADD=	-lteken
MAN=

.include <bsd.prog.mk>