16 lines
303 B
Makefile
16 lines
303 B
Makefile
# $NetBSD: Makefile,v 1.3 1999/03/13 23:21:38 lukem Exp $
|
|
|
|
LIB= common
|
|
SRCS= dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \
|
|
report.c tzone.c
|
|
CPPFLAGS+= -DETC_ETHERS -DSYSLOG -DDEBUG
|
|
|
|
MKLINT= no
|
|
MKPIC= no
|
|
MKPROFILE= no
|
|
|
|
# only needed during build
|
|
libinstall::
|
|
|
|
.include <bsd.lib.mk>
|