sync
[bitrig.git] / usr.sbin / ndp / Makefile
blobe144e5a99410f03442911835c037d9a2f61638be
1 # $OpenBSD: Makefile,v 1.2 2004/01/25 20:45:13 deraadt Exp $
3 PROG= ndp
4 SRCS= ndp.c gmt2local.c
5 MAN= ndp.8 # ndp.4
7 CPPFLAGS+=-DINET6 -I${.CURDIR}
9 .include <bsd.prog.mk>