NetBSD/lib/libdm/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

23 lines
352 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/09/11 23:04:10 joerg Exp $
USE_FORT?= no # network protocol library
LIB= dm
SRCS= libdm_ioctl.c
MAN= dm.3
WARNS= 2
CPPFLAGS+= -I${.CURDIR}
#CFLAGS+= -g -O0
INCS= dm.h
INCSDIR= /usr/include
LIBDPLIBS+= prop ${NETBSDSRCDIR}/lib/libprop
.ifdef RUMP_ACTION
CPPFLAGS+= -DRUMP_ACTION
.endif
.include <bsd.lib.mk>