blob: 85ababf462c09597c7bd1f860dfdbadb3bbb3479 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.1 2013/03/24 15:54:31 christos Exp $
LIBISPRIVATE= 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 trace.c \
toisc.c isclib.c
DHCPSRCDIR= omapip
.include <bsd.lib.mk>
|