Cross Reference: Makefile
xref: /src/tests/net/if/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/net/if/
Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 2014/12/08 04:23:03 ozaki-r Exp $
2#
3
4.include <bsd.own.mk>
5
6TESTSDIR=	${TESTSBASE}/net/if
7
8TESTS_C=	t_compat
9TESTS_SH=	t_ifconf
10
11PROGS=		ifconf
12MAN.ifconf=	# empty
13BINDIR.ifconf=	${TESTSDIR}
14
15LDADD.t_compat=	-lrumpnet_shmif -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrump
16LDADD.t_compat=	-lrumpuser -lrump -lpthread
17
18.include <bsd.test.mk>
19

Indexes created Fri Dec 19 02:09:36 GMT 2025