Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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.2 2003/06/17 04:27:32 dillon Exp $
4
5 DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
6
7 .PATH: ${DIST_DIR}/omapip
8
9 LIB=     omapi
10 INTERNALLIB=            true
11
12 SRCS=   alloc.c array.c auth.c buffer.c connection.c convert.c dispatch.c \
13         errwarn.c generic.c handle.c hash.c inet_addr.c listener.c \
14         message.c mrtrace.c protocol.c result.c support.c toisc.c trace.c
15
16 MAN=    omapi.3
17 NOMAN=  true
18
19 .include <bsd.lib.mk>