NetBSD/lib/libisns/Makefile
joerg 975a152cfc If a library needs a symbol from another library, pull that library in
explicitly, even if the DT_NEEDED closure would normally already ensure
the presence.
2013-09-11 23:04:09 +00:00

19 lines
331 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/09/11 23:04:10 joerg Exp $
.include <bsd.own.mk>
LIB= isns
SRCS= isns.c isns_pdu.c isns_socketio.c isns_task.c isns_thread.c
SRCS+= isns_util.c isns_fileio.c
MAN= isns.3
INCS= isns.h isns_defs.h
INCSDIR=/usr/include
WARNS?= 5
LIBDPLIBS+= pthread ${.CURDIR}/../libpthread
.include <bsd.lib.mk>