NetBSD/usr.sbin/ndp/Makefile
christos 01caf31f3a Cleanup KNF, WARNS=4.
Phew, this started just to make set() static so that coverity does not get
confused.
2006-05-13 20:46:15 +00:00

16 lines
264 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/05/13 20:46:15 christos Exp $
WARNS?=4
.include <bsd.own.mk>
.PATH: ${NETBSDSRCDIR}/dist/tcpdump
PROG= ndp
SRCS= ndp.c gmt2local.c
MAN= ndp.8
CPPFLAGS+=-DINET6
CPPFLAGS+=-I. -I${NETBSDSRCDIR}/dist/tcpdump
.include <bsd.prog.mk>