# Makefile for dhcpd.

PROG=	dhcpd
SRCS=	dhcpd.c tags.c devices.c ether.c
MAN=	dhcpd.8 dhcp.conf.5

.include <bsd.prog.mk>
