mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
7b01856526
Obtained from: KAME MFC after: 1 week
10 lines
135 B
Makefile
10 lines
135 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PROG= route6d
|
|
MAN= route6d.8
|
|
|
|
CFLAGS+= -DINET6 -DHAVE_POLL_H
|
|
|
|
.include <bsd.prog.mk>
|