diff options
| author | christos <christos@NetBSD.org> | 2015-12-05 18:52:11 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2015-12-05 18:52:11 +0000 |
| commit | 863c57504b88481a7d7baf9372a86f8d9690beb7 (patch) | |
| tree | 768ddfdb955919296c82ab399eca1619f5053f1b /tests/sbin/gpt/Makefile | |
| parent | 412a8e6329cf95b7c3171b744d70a200b21bd7a3 (diff) | |
file shuffling
Diffstat (limited to 'tests/sbin/gpt/Makefile')
| -rw-r--r-- | tests/sbin/gpt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sbin/gpt/Makefile b/tests/sbin/gpt/Makefile index 55ca1b5e911..c6b6cab353d 100644 --- a/tests/sbin/gpt/Makefile +++ b/tests/sbin/gpt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/12/05 18:45:35 christos Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 18:52:11 christos Exp $ .include <bsd.own.mk> @@ -10,6 +10,6 @@ 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.resizedisk.show.normal gpt.resizepart.show.normal -FILES+= disklabel gpt.disklabel +FILES+= gpt.disklabel gpt.disklabel.show.normal .include <bsd.test.mk> |
