From 91492d0f97fe1d093f725bdbe8abad77ab8a7722 Mon Sep 17 00:00:00 2001 From: murray Date: Tue, 19 Feb 2002 12:57:18 +0000 Subject: Makefile glue for DHCP v3 import. --- sbin/dhclient/omapip/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 sbin/dhclient/omapip/Makefile (limited to 'sbin/dhclient/omapip') diff --git a/sbin/dhclient/omapip/Makefile b/sbin/dhclient/omapip/Makefile new file mode 100644 index 0000000..faee8f3 --- /dev/null +++ b/sbin/dhclient/omapip/Makefile @@ -0,0 +1,24 @@ +# omapip +# $FreeBSD$ + +DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp + +.PATH: ${DIST_DIR}/omapip + +LIB= omapi +NOPROFILE= true +INTERNALLIB= true +NOPIC= true +INTERNALSTATICLIB= true +NOMAN= true + +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 \ + convert.c hash.c auth.c inet_addr.c array.c trace.c mrtrace.c \ + toisc.c + +CFLAGS+= -I${DIST_DIR}/includes -I${DIST_DIR} + +MAN= omapi.3 + +.include -- cgit v1.1