summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/omapip
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2002-02-19 12:57:18 +0000
committermurray <murray@FreeBSD.org>2002-02-19 12:57:18 +0000
commit91492d0f97fe1d093f725bdbe8abad77ab8a7722 (patch)
treee3e13797bea07b4b249642874f917fc0b7c21411 /sbin/dhclient/omapip
parentdfedbefce858fb5578a49dc4b51ff6435f8e84f0 (diff)
downloadFreeBSD-src-91492d0f97fe1d093f725bdbe8abad77ab8a7722.zip
FreeBSD-src-91492d0f97fe1d093f725bdbe8abad77ab8a7722.tar.gz
Makefile glue for DHCP v3 import.
Diffstat (limited to 'sbin/dhclient/omapip')
-rw-r--r--sbin/dhclient/omapip/Makefile24
1 files changed, 24 insertions, 0 deletions
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 <bsd.lib.mk>
OpenPOWER on IntegriCloud