Home | History | Annotate | Line # | Download | only in route6d
Makefile revision 1.6
      1  1.6  itojun # $NetBSD: Makefile,v 1.6 2002/05/29 23:11:13 itojun Exp $
      2  1.1  itojun 
      3  1.1  itojun PROG=	route6d
      4  1.1  itojun MAN=	route6d.8
      5  1.1  itojun 
      6  1.5  itojun CPPFLAGS+=-DINET6
      7  1.6  itojun 
      8  1.6  itojun LDADD+=	-lutil
      9  1.6  itojun DPADD+=	${LIBUTIL}
     10  1.1  itojun 
     11  1.1  itojun .include <bsd.prog.mk>
     12