2001-12-12 04:48:43 +03:00
|
|
|
# $NetBSD: Makefile,v 1.6 2001/12/12 01:48:50 tv Exp $
|
2000-04-22 12:18:11 +04:00
|
|
|
|
|
|
|
LIB = omapi
|
|
|
|
SRCS = protocol.c buffer.c alloc.c result.c connection.c errwarn.c \
|
2000-09-05 04:50:07 +04:00
|
|
|
listener.c dispatch.c generic.c support.c handle.c message.c \
|
2001-06-18 23:16:10 +04:00
|
|
|
auth.c convert.c hash.c array.c inet_addr.c mrtrace.c trace.c \
|
|
|
|
toisc.c
|
2000-04-22 12:18:11 +04:00
|
|
|
|
2001-08-03 18:13:55 +04:00
|
|
|
DHCPSRCDIR= omapip
|
|
|
|
|
2001-12-12 04:48:43 +03:00
|
|
|
NOLINT= # defined
|
|
|
|
NOPIC= # defined
|
|
|
|
NOPROFILE=# defined
|
2000-04-22 12:18:11 +04:00
|
|
|
|
|
|
|
# only needed during build
|
|
|
|
libinstall::
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|