summaryrefslogtreecommitdiff
path: root/usr.sbin/bootp/common/Makefile
blob: 90815144ff92bc93050932b1d273a70fa129ffe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.5 2002/09/18 13:31:52 lukem Exp $

NOLINT=		# defined
NOPIC=		# defined
NOPROFILE=	# defined

LIB=	common
SRCS=	dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \
	report.c tzone.c
CPPFLAGS+= -DETC_ETHERS -DSYSLOG -DDEBUG

# only needed during build
libinstall::

.include <bsd.lib.mk>