Makefile revision 74532
11590Srgrimes# Copyright (c) 1996 WIDE Project. All rights reserved.
21590Srgrimes#
31590Srgrimes# Redistribution and use in source and binary forms, with or without
41590Srgrimes# modifications, are permitted provided that the above copyright notice
51590Srgrimes# and this paragraph are duplicated in all such forms and that any
61590Srgrimes# documentation, advertising materials, and other materials related to
71590Srgrimes# such distribution and use acknowledge that the software was developed
81590Srgrimes# by the WIDE Project, Japan. The name of the Project may not be used to
91590Srgrimes# endorse or promote products derived from this software without
101590Srgrimes# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
111590Srgrimes# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
121590Srgrimes# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
131590Srgrimes# A PARTICULAR PURPOSE.
141590Srgrimes# $FreeBSD: head/usr.sbin/ndp/Makefile 74532 2001-03-20 18:17:26Z ru $
151590Srgrimes
161590Srgrimes.PATH:	${.CURDIR}/../../contrib/tcpdump
171590Srgrimes
181590SrgrimesPROG=	ndp
191590SrgrimesSRCS=	ndp.c gmt2local.c
201590Srgrimes
211590SrgrimesCFLAGS+=-DINET6
221590SrgrimesCFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../contrib/tcpdump
231590Srgrimes
241590Srgrimes.include <bsd.prog.mk>
251590Srgrimes