Update isc-dhcp to 3.0.2rc3 using patch infrastructure.
[dragonfly.git] / sbin / dhclient / includes / Makefile
1 # $DragonFly: src/sbin/dhclient/includes/Attic/Makefile,v 1.1 2005/01/04 19:58:54 joerg Exp $
2
3 .include "${.CURDIR}/../Makefile.common"
4
5 CURSUBDIR=      includes/
6
7 SRCS=   dhcpd.h.patch osdep.h.patch
8
9 OBJS=   ${SRCS:S/.patch//}
10
11 all: ${OBJS}
12
13 .include <bsd.prog.mk>