xref: /netbsd-src/usr.sbin/bootp/common/Makefile (revision 5e4c038a45edbc7d63b7c2daa76e29f88b64a4e3)
1#	$NetBSD: Makefile,v 1.4 2001/12/12 01:48:49 tv Exp $
2
3LIB=	common
4SRCS=	dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \
5	report.c tzone.c
6CPPFLAGS+= -DETC_ETHERS -DSYSLOG -DDEBUG
7
8NOLINT=		# defined
9NOPIC=		# defined
10NOPROFILE=	# defined
11
12# only needed during build
13libinstall::
14
15.include <bsd.lib.mk>
16