1 # $NetBSD: Makefile,v 1.1 1998/03/15 01:13:25 lukem Exp $ 2 3 LIB= common 4 SRCS= dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \ 5 report.c tzone.c 6 CPPFLAGS+= -DETC_ETHERS -DSYSLOG -DDEBUG 7 8 NOPROFILE= noprofile 9 NOPIC= nopic 10 11 # only needed during build 12 libinstall:: 13 14 .include <bsd.lib.mk> 15