xref: /netbsd/usr.sbin/bootp/common/Makefile (revision bf9ec67e)
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