Home | History | Annotate | Line # | Download | only in route6d
Makefile revision 1.7.76.1
      1  1.7.76.1  martin # $NetBSD: Makefile,v 1.7.76.1 2020/04/13 08:05:57 martin Exp $
      2       1.7     tls 
      3       1.7     tls USE_FORT?= yes	# network server
      4       1.1  itojun 
      5       1.1  itojun PROG=	route6d
      6       1.1  itojun MAN=	route6d.8
      7       1.1  itojun 
      8       1.5  itojun CPPFLAGS+=-DINET6
      9       1.6  itojun 
     10       1.6  itojun LDADD+=	-lutil
     11       1.6  itojun DPADD+=	${LIBUTIL}
     12       1.1  itojun 
     13  1.7.76.1  martin COPTS.route6d.c+=	${GCC_NO_STRINGOP_TRUNCATION}
     14  1.7.76.1  martin 
     15       1.1  itojun .include <bsd.prog.mk>
     16