If boot verbose, print asicrev, chiprev and bus type.
[dragonfly.git] / sbin / dhclient / includes / Makefile
blobef24ba6a24d17ccb1167476c4119c17b09cc4ffd
1 # $DragonFly: src/sbin/dhclient/includes/Attic/Makefile,v 1.1 2005/01/04 19:58:54 joerg Exp $
3 .include "${.CURDIR}/../Makefile.common"
5 CURSUBDIR= includes/
7 SRCS= dhcpd.h.patch osdep.h.patch
9 OBJS= ${SRCS:S/.patch//}
11 all: ${OBJS}
13 .include <bsd.prog.mk>