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>
|