David van Moolenbroek 83ee113ee0 Import NetBSD dhclient(8), dhcpd(8), dhcrelay(8)
dhcrelay(8) and omshell(1) have not been tested.

Change-Id: I0cad89f65666af4e366a86e130ce8df0894c3bb4
2017-03-21 22:00:14 +00:00

19 lines
425 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/03/24 15:54:30 christos Exp $
.include <bsd.own.mk>
SRCS = dhcpd.c dhcp.c dhcpv6.c bootp.c confpars.c db.c class.c failover.c \
omapi.c mdb.c mdb6.c stables.c salloc.c ddns.c dhcpleasequery.c
PROG = dhcpd
MAN = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5
DHCPSRCDIR= server
.if ${MKSHARE} != "no"
FILESDIR= /usr/share/examples/dhcp
FILES= dhcpd.conf
.endif
.include <bsd.prog.mk>