mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 00:13:04 +01:00
ef71548b05
Pointed by: Bruce Evans
9 lines
98 B
Makefile
9 lines
98 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ncplist
|
|
|
|
DPADD= ${LIBNCP} ${LIBIPX}
|
|
LDADD= -lncp -lipx
|
|
|
|
.include <bsd.prog.mk>
|