Home | History | Annotate | Line # | Download | only in gpt
Makefile revision 1.1
      1 # $NetBSD: Makefile,v 1.1 2015/12/04 01:06:17 christos Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 TESTSDIR=	${TESTSBASE}/sbin/gpt
      6 
      7 TESTS_SH=	t_gpt
      8 
      9 FILESDIR=       ${TESTSDIR}
     10 FILES=          gpt.2disk.guid gpt.2part gpt.backup gpt.empty
     11 
     12 .include <bsd.test.mk>
     13