1# $OpenBSD: Makefile,v 1.3 2023/08/14 08:56:20 kn Exp $ 2 3PROG= dhcpleased 4COPTS+= -DSMALL 5.PATH: ${.CURDIR}/../../../sbin/dhcpleased 6SRCS= bpf.c checksum.c dhcpleased.c engine.c frontend.c 7 8LDADD+= -levent -lutil 9DPADD+= ${LIBEVENT} ${LIBUTIL} 10 11.include <bsd.prog.mk> 12