14 lines
355 B
Makefile
14 lines
355 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/05/23 02:24:52 lukem Exp $
|
|
|
|
MKPRIVATELIB= yes
|
|
|
|
LIB = omapi
|
|
SRCS = protocol.c buffer.c alloc.c result.c connection.c errwarn.c \
|
|
listener.c dispatch.c generic.c support.c handle.c message.c \
|
|
auth.c convert.c hash.c array.c inet_addr.c mrtrace.c trace.c \
|
|
toisc.c
|
|
|
|
DHCPSRCDIR= omapip
|
|
|
|
.include <bsd.lib.mk>
|