1#
2# $FreeBSD$
3#
4
5PROG=	spxabort
6NO_MAN=
7
8DPADD=	${LIBIPX}
9LDADD=	-lipx
10WARNS?=	3
11
12.include <bsd.prog.mk>
13