mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
49e3600b9c
Add some const and static keywords to get it all to build. Also add missing #includes.
9 lines
98 B
Makefile
9 lines
98 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ncplist
|
|
|
|
DPADD= ${LIBNCP} ${LIBIPX}
|
|
LDADD= -lncp -lipx
|
|
|
|
.include <bsd.prog.mk>
|