Home | History | Annotate | Line # | Download | only in net
Makefile revision 1.6.8.1
      1  1.6.8.1       tls # $NetBSD: Makefile,v 1.6.8.1 2012/11/20 03:02:55 tls Exp $
      2      1.1  pgoyette 
      3      1.1  pgoyette .include <bsd.own.mk>
      4      1.1  pgoyette 
      5      1.2  pgoyette MKMAN=	no
      6      1.2  pgoyette 
      7      1.1  pgoyette TESTS_SUBDIRS+=	getaddrinfo
      8      1.1  pgoyette 
      9      1.1  pgoyette TESTSDIR=	${TESTSBASE}/lib/libc/net
     10      1.1  pgoyette 
     11      1.5    jruoho TESTS_C+=	t_getprotoent
     12      1.6  pgoyette TESTS_C+=	t_ether_aton
     13      1.6  pgoyette 
     14      1.6  pgoyette SRCS.t_ether_aton=	aton_ether_subr.c t_ether_aton.c
     15      1.6  pgoyette 
     16      1.6  pgoyette aton_ether_subr.c: gen_ether_subr ${NETBSDSRCDIR}/sys/net/if_ethersubr.c
     17      1.6  pgoyette 	${HOST_SH} ${.ALLSRC} ${.TARGET}
     18      1.5    jruoho 
     19      1.3  pgoyette TESTS_SH+=	t_nsdispatch
     20      1.2  pgoyette TESTS_SH+=	t_protoent
     21      1.2  pgoyette TESTS_SH+=	t_servent
     22      1.2  pgoyette 
     23      1.2  pgoyette BINDIR=		${TESTSDIR}
     24      1.2  pgoyette 
     25      1.3  pgoyette PROGS+=		h_nsd_recurse
     26      1.2  pgoyette PROGS+=		h_protoent
     27      1.2  pgoyette PROGS+=		h_servent
     28      1.2  pgoyette 
     29      1.4  pgoyette LDADD.h_nsd_recurse+=	-lpthread
     30      1.3  pgoyette 
     31  1.6.8.1       tls CLEANFILES+=	aton_ether_subr.c
     32      1.6  pgoyette 
     33      1.1  pgoyette .include <bsd.test.mk>
     34