Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 2002/09/18 13:31:52 lukem Exp $
2
3NOLINT=		# defined
4NOPIC=		# defined
5NOPROFILE=	# defined
6
7LIB=	common
8SRCS=	dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \
9	report.c tzone.c
10CPPFLAGS+= -DETC_ETHERS -DSYSLOG -DDEBUG
11
12# only needed during build
13libinstall::
14
15.include <bsd.lib.mk>
16