Merge from vendor branch GCC:
[dragonfly.git] / sbin / dhclient / omapip / Makefile
1 # omapip
2 # $FreeBSD: src/sbin/dhclient/omapip/Makefile,v 1.2.2.2 2002/07/19 18:46:27 ru Exp $
3 # $DragonFly: src/sbin/dhclient/omapip/Attic/Makefile,v 1.3 2005/01/04 19:58:54 joerg Exp $
4
5 .include "${.CURDIR}/../Makefile.common"
6
7 LIB=     omapi
8
9 .if !defined(BUILDING_SERVER)           # only install with server
10 INTERNALLIB=    true
11 NOMAN=          true
12 .endif
13
14 SRCS=   alloc.c array.c auth.c buffer.c connection.c convert.c dispatch.c \
15         errwarn.c generic.c handle.c hash.c inet_addr.c listener.c \
16         message.c mrtrace.c protocol.c result.c support.c toisc.c trace.c
17
18 MAN=    omapi.3
19
20 .include <bsd.lib.mk>