summaryrefslogtreecommitdiff
path: root/usr.sbin/ndp/Makefile
blob: e144e5a99410f03442911835c037d9a2f61638be (plain)
1
2
3
4
5
6
7
8
9
# $OpenBSD: Makefile,v 1.2 2004/01/25 20:45:13 deraadt Exp $

PROG=	ndp
SRCS=	ndp.c gmt2local.c
MAN=	ndp.8 # ndp.4

CPPFLAGS+=-DINET6 -I${.CURDIR}

.include <bsd.prog.mk>