Home | History | Annotate | Line # | Download | only in rtadvd
Makefile revision 1.7
      1  1.7  itojun # $NetBSD: Makefile,v 1.7 2002/05/21 23:35:18 itojun Exp $
      2  1.6  kleink 
      3  1.6  kleink .include <bsd.own.mk>
      4  1.1  itojun 
      5  1.1  itojun PROG=	rtadvd
      6  1.3  itojun SRCS=	rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c
      7  1.1  itojun 
      8  1.2  itojun CPPFLAGS+=-DINET6
      9  1.1  itojun MAN=	rtadvd.8 rtadvd.conf.5
     10  1.7  itojun LDADD+=	-lcompat -lutil
     11  1.7  itojun DPADD+=	${LIBCOMPAT} ${LIBUTIL}
     12  1.4  itojun 
     13  1.5  kleink .if ${MKSHARE} != "no"
     14  1.4  itojun FILESDIR=	/usr/share/examples/rtadvd
     15  1.4  itojun FILES=	rtadvd.conf
     16  1.5  kleink .endif
     17  1.1  itojun 
     18  1.1  itojun .include <bsd.prog.mk>
     19