diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2020-09-18 17:17:46 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2020-09-18 17:17:46 +0000 |
commit | fe815331bb40604ba31312acf7e4619674631777 (patch) | |
tree | c81780275dd6e888c4f23a7ee44cd37f687bc5f8 /sbin | |
parent | f9cc8410e16ab0870c218b7a9541464ef10a8d34 (diff) | |
download | src-test2-fe815331bb40604ba31312acf7e4619674631777.tar.gz src-test2-fe815331bb40604ba31312acf7e4619674631777.zip |
Notes
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc index 896c64c82c13..401e2a8e3491 100644 --- a/sbin/Makefile.inc +++ b/sbin/Makefile.inc @@ -4,7 +4,6 @@ .include <src.opts.mk> BINDIR?= /sbin -WARNS?= 6 .if ${MK_DYNAMICROOT} == "no" NO_SHARED?= YES |