NetBSD/usr.sbin/dhcp/omapip/Makefile

19 lines
430 B
Makefile
Raw Normal View History

2001-12-12 04:48:43 +03:00
# $NetBSD: Makefile,v 1.6 2001/12/12 01:48:50 tv Exp $
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 \
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
DHCPSRCDIR= omapip
2001-12-12 04:48:43 +03:00
NOLINT= # defined
NOPIC= # defined
NOPROFILE=# defined
# only needed during build
libinstall::
.include <bsd.lib.mk>