Makefile revision 55505
1149050Spjd# Copyright (c) 1996 WIDE Project. All rights reserved.
2149050Spjd#
3149050Spjd# Redistribution and use in source and binary forms, with or without
4149050Spjd# modifications, are permitted provided that the above copyright notice
5149050Spjd# and this paragraph are duplicated in all such forms and that any
6149050Spjd# documentation, advertising materials, and other materials related to
7149050Spjd# such distribution and use acknowledge that the software was developed
8149050Spjd# by the WIDE Project, Japan. The name of the Project may not be used to
9149050Spjd# endorse or promote products derived from this software without
10149050Spjd# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
11149050Spjd# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
12149050Spjd# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
13149050Spjd# A PARTICULAR PURPOSE.
14208060Sdougb# $FreeBSD: head/usr.sbin/ndp/Makefile 55505 2000-01-06 12:40:54Z shin $
15149050Spjd
16149050Spjd.PATH:	${.CURDIR}/../../contrib/tcpdump
17149050Spjd
18149050SpjdPROG=	ndp
19149050SpjdSRCS=	ndp.c gmt2local.c
20149050SpjdMAN8=	ndp.8
21149050Spjd
22149050SpjdCFLAGS+=-DINET6
23149050SpjdCFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../contrib/tcpdump
24149050Spjd
25149050Spjd.include <bsd.prog.mk>
26149050Spjd