Makefile (457180a40db4289e10eab15797b146f132d44fa2) Makefile (064aa4479f339922c620698eec8b79e6babc6b58)
1# Copyright (c) 1996 WIDE Project. All rights reserved.
2#
3# Redistribution and use in source and binary forms, with or without
4# modifications, are permitted provided that the above copyright notice
5# and this paragraph are duplicated in all such forms and that any
6# documentation, advertising materials, and other materials related to
7# such distribution and use acknowledge that the software was developed
8# by the WIDE Project, Japan. The name of the Project may not be used to

--- 5 unchanged lines hidden (view full) ---

14# $FreeBSD$
15
16.PATH: ${.CURDIR}/../../contrib/tcpdump
17
18PROG= ndp
19MAN= ndp.8
20SRCS= ndp.c gmt2local.c
21
1# Copyright (c) 1996 WIDE Project. All rights reserved.
2#
3# Redistribution and use in source and binary forms, with or without
4# modifications, are permitted provided that the above copyright notice
5# and this paragraph are duplicated in all such forms and that any
6# documentation, advertising materials, and other materials related to
7# such distribution and use acknowledge that the software was developed
8# by the WIDE Project, Japan. The name of the Project may not be used to

--- 5 unchanged lines hidden (view full) ---

14# $FreeBSD$
15
16.PATH: ${.CURDIR}/../../contrib/tcpdump
17
18PROG= ndp
19MAN= ndp.8
20SRCS= ndp.c gmt2local.c
21
22CFLAGS+= -DINET6
23CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../contrib/tcpdump
24CFLAGS+= -D_U_=""
25
26.include <bsd.prog.mk>
22CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../contrib/tcpdump
23CFLAGS+= -D_U_=""
24
25.include <bsd.prog.mk>