mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
13 lines
106 B
Makefile
13 lines
106 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= spxabort
|
|
NO_MAN=
|
|
|
|
DPADD= ${LIBIPX};
|
|
LDADD= -lipx
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|