NetBSD/usr.sbin/ndp/Makefile

13 lines
216 B
Makefile
Raw Normal View History

1999-07-03 10:26:25 +04:00
# $NetBSD: Makefile,v 1.2 1999/07/03 06:26:25 itojun Exp $
1999-07-02 00:33:55 +04:00
.PATH: ${.CURDIR}/../tcpdump
PROG= ndp
SRCS= ndp.c gmt2local.c
MAN= ndp.8
1999-07-03 10:26:25 +04:00
CPPFLAGS+=-DINET6
CPPFLAGS+=-I. -I${.CURDIR}/../tcpdump
1999-07-02 00:33:55 +04:00
.include <bsd.prog.mk>