freebsd-dev/sbin/dhclient/omapip/Makefile
David E. O'Brien 3c442e5104 Style cleanup.
Approved by:	Murray
2002-02-19 22:23:49 +00:00

20 lines
405 B
Makefile

# omapip
# $FreeBSD$
DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
.PATH: ${DIST_DIR}/omapip
LIB= omapi
INTERNALLIB= true
INTERNALSTATICLIB= true
SRCS= alloc.c array.c auth.c buffer.c connection.c convert.c dispatch.c \
errwarn.c generic.c handle.c hash.c inet_addr.c listener.c \
message.c mrtrace.c protocol.c result.c support.c toisc.c trace.c
MAN= omapi.3
NOMAN= true
.include <bsd.lib.mk>