Home | History | Annotate | Line # | Download | only in if
      1 # $NetBSD: Makefile,v 1.10 2020/03/01 18:08:16 christos Exp $
      2 #
      3 
      4 .include <bsd.own.mk>
      5 
      6 TESTSDIR=	${TESTSBASE}/net/if
      7 
      8 TESTS_C=	t_compat
      9 .for name in ifconf ifconfig
     10 TESTS_SH+=		t_${name}
     11 TESTS_SH_SRC_t_${name}=	../net_common.sh t_${name}.sh
     12 .endfor
     13 
     14 PROGS=		ifconf
     15 MAN.ifconf=	# empty
     16 BINDIR.ifconf=	${TESTSDIR}
     17 
     18 LDADD.t_compat=		-lrumpnet_shmif -lrumpnet_netinet -lrumpnet_net -lrumpnet
     19 LDADD.t_compat+=	${LIBRUMPBASE}
     20 
     21 .include <bsd.test.mk>
     22