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