No empty .Rs/.Re
[netbsd-mini2440.git] / usr.sbin / dhcp / server / Makefile
blob110e041ab0a0c62a80a7bc6b027766d9275d0632
1 # $NetBSD: Makefile,v 1.13 2002/04/24 08:18:54 lukem Exp $
3 .include <bsd.own.mk>
5 SRCS = dhcpd.c dhcp.c bootp.c confpars.c db.c class.c failover.c \
6 omapi.c mdb.c stables.c salloc.c ddns.c
7 PROG = dhcpd
8 MAN = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5
10 DHCPSRCDIR= server
12 .if ${MKSHARE} != "no"
13 FILESDIR= /usr/share/examples/dhcp
15 FILES= dhcpd.conf
16 .endif
18 .if defined(HAVE_PCC)
19 COPTS += -Wno-unreachable-code
20 .endif
22 .include <bsd.prog.mk>