Module Name:    src
Committed By:   christos
Date:           Fri Dec  4 20:16:23 UTC 2015

Modified Files:
        src/tests/sbin/gpt: Makefile

Log Message:
Oops +


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/sbin/gpt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/sbin/gpt/Makefile
diff -u src/tests/sbin/gpt/Makefile:1.5 src/tests/sbin/gpt/Makefile:1.6
--- src/tests/sbin/gpt/Makefile:1.5	Fri Dec  4 12:15:21 2015
+++ src/tests/sbin/gpt/Makefile	Fri Dec  4 15:16:23 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/12/04 17:15:21 christos Exp $
+# $NetBSD: Makefile,v 1.6 2015/12/04 20:16:23 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -8,7 +8,7 @@ TESTS_SH=	t_gpt
 
 FILESDIR=       ${TESTSDIR}
 FILES=		gpt.empty.show.normal gpt.backup gpt.removepart.show.normal
-FILES=          gpt.2part.show.uuid gpt.2part.show.normal gpt.2part.show.label
+FILES+=          gpt.2part.show.uuid gpt.2part.show.normal gpt.2part.show.label
 FILES+=		gpt.resizedisk.show.normal gpt.resizepart.show.normal
 
 .include <bsd.test.mk>

Reply via email to