From f5c4d58f4abfba226a64a01908c4bd79126d69ed Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 9 Mar 2017 16:22:21 +0000 Subject: [PATCH] Fix harmless mismerge from r286964 MFC after: 3 days Sponsored by: Spectra Logic Corp --- usr.sbin/fstyp/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/fstyp/Makefile b/usr.sbin/fstyp/Makefile index ec4b9645bc71..d9f5470261c3 100644 --- a/usr.sbin/fstyp/Makefile +++ b/usr.sbin/fstyp/Makefile @@ -13,7 +13,6 @@ MAN= fstyp.8 WARNS?= 2 -.include .include .if ${MK_TESTS} != "no" && ${TARGET_ENDIANNESS} == 1234