diff options
author | asomers <asomers@FreeBSD.org> | 2017-04-01 21:53:58 +0000 |
---|---|---|
committer | asomers <asomers@FreeBSD.org> | 2017-04-01 21:53:58 +0000 |
commit | ff4a3db137c41973839f473f164dc97a26eb36d3 (patch) | |
tree | 7f43d430d4949a5c2ee6d5c0102c40a8f0f925d1 | |
parent | 44ae575bdb82f9f528949e4a4fa51c79fcfae622 (diff) | |
download | FreeBSD-src-ff4a3db137c41973839f473f164dc97a26eb36d3.zip FreeBSD-src-ff4a3db137c41973839f473f164dc97a26eb36d3.tar.gz |
MFC r314963:
Fix harmless mismerge from r286964
MFC after: 3 days
Sponsored by: Spectra Logic Corp
-rw-r--r-- | usr.sbin/fstyp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/fstyp/Makefile b/usr.sbin/fstyp/Makefile index 5eba12b..39e169b 100644 --- a/usr.sbin/fstyp/Makefile +++ b/usr.sbin/fstyp/Makefile @@ -13,7 +13,6 @@ MAN= fstyp.8 WARNS?= 2 -.include <src.opts.mk> .if ${MK_TESTS} != "no" SUBDIR+= tests |