155505Sshin# Copyright (c) 1996 WIDE Project. All rights reserved.
255505Sshin#
355505Sshin# Redistribution and use in source and binary forms, with or without
455505Sshin# modifications, are permitted provided that the above copyright notice
555505Sshin# and this paragraph are duplicated in all such forms and that any
655505Sshin# documentation, advertising materials, and other materials related to
755505Sshin# such distribution and use acknowledge that the software was developed
855505Sshin# by the WIDE Project, Japan. The name of the Project may not be used to
955505Sshin# endorse or promote products derived from this software without
1055505Sshin# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
1155505Sshin# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
1255505Sshin# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1355505Sshin# A PARTICULAR PURPOSE.
1455505Sshin# $FreeBSD: releng/11.0/usr.sbin/ndp/Makefile 201390 2010-01-02 11:07:44Z ed $
1555505Sshin
1680029Sobrien.PATH: ${.CURDIR}/../../contrib/tcpdump
1755505Sshin
1855505SshinPROG=	ndp
1980029SobrienMAN=	ndp.8
2055505SshinSRCS=	ndp.c gmt2local.c
2155505Sshin
2280029SobrienCFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../contrib/tcpdump
23127687SbmsCFLAGS+= -D_U_=""
2455505Sshin
25201390SedWARNS?=	1
26201390Sed
2755505Sshin.include <bsd.prog.mk>
28