9 lines
132 B
Makefile
9 lines
132 B
Makefile
# $NetBSD: Makefile,v 1.5 2001/11/19 03:19:10 itojun Exp $
|
|
|
|
PROG= route6d
|
|
MAN= route6d.8
|
|
|
|
CPPFLAGS+=-DINET6
|
|
|
|
.include <bsd.prog.mk>
|