NetBSD/usr.sbin/route6d/Makefile

9 lines
192 B
Makefile

# $NetBSD: Makefile,v 1.3 2000/07/15 04:55:40 itojun Exp $
PROG= route6d
MAN= route6d.8
CPPFLAGS+=-Dss_len=__ss_len -Dss_family=__ss_family -DINET6 -DHAVE_GETIFADDRS
.include <bsd.prog.mk>