Home | History | Annotate | Line # | Download | only in ufetchstore
      1  1.4  christos #	$NetBSD: Makefile,v 1.4 2020/05/01 22:24:19 christos Exp $
      2  1.1      maya 
      3  1.1      maya .include <bsd.own.mk>
      4  1.1      maya 
      5  1.3  christos KMOD=		ufetchstore_tester
      6  1.4  christos KMODULEDIR=	${TESTSBASE}/modules/${KMOD}
      7  1.1      maya 
      8  1.3  christos SRCS=		ufetchstore_tester.c
      9  1.1      maya 
     10  1.3  christos ATFFILE=	no
     11  1.3  christos NOMAN=		# defined
     12  1.1      maya 
     13  1.1      maya .include <bsd.test.mk>
     14  1.3  christos .include <bsd.kmodule.mk>
     15