Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 1998/03/15 01:13:25 lukem 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
8NOPROFILE=	noprofile
9NOPIC=		nopic
10
11# only needed during build
12libinstall::
13
14.include <bsd.lib.mk>
15