1 # $FreeBSD: src/sbin/dhclient/Makefile.inc,v 1.2.2.1 2002/04/11 10:21:20 murray Exp $
2 # $DragonFly: src/sbin/dhclient/Makefile.inc,v 1.6 2005/01/04 19:58:54 joerg Exp $
5 CFLAGS+= -I.. -I../includes -I${DIST_DIR} -I${DIST_DIR}/includes
12 MANFILTER= sed -e 's\#DBDIR\#${DBDIR}\#g;s\#ETCDIR\#${ETCDIR}\#g;s\#CLIENTBINDIR\#${CLIENTBINDIR}\#g;s\#RUNDIR\#${RUNDIR}\#g;'
14 .if exists(${.OBJDIR}/../common)
15 LIBDHCP= ${.OBJDIR}/../common/libdhcp.a
17 LIBDHCP= ${.CURDIR}/../common/libdhcp.a
20 .if exists(${.OBJDIR}/../minires)
21 LIBRES= ${.OBJDIR}/../minires/libres.a
23 LIBRES= ${.CURDIR}/../minires/libres.a
26 .if exists(${.OBJDIR}/../omapip)
27 LIBOMAPI= ${.OBJDIR}/../omapip/libomapi.a
29 LIBOMAPI= ${.CURDIR}/../omapip/libomapi.a
32 .if exists(${.OBJDIR}/../dst)
33 LIBDST= ${.OBJDIR}/../dst/libdst.a
35 LIBDST= ${.CURDIR}/../dst/libdst.a
38 .include "../Makefile.inc"