diff options
author | Mark Johnston <markj@FreeBSD.org> | 2019-04-07 14:30:17 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2019-04-07 14:30:17 +0000 |
commit | 1906d427c12cd3b86bb7b48b7bf8cb147cce8fe0 (patch) | |
tree | fba38a6fcb8adde6b9eafe0d2b63c608fd071fcd /usr.sbin | |
parent | 76086f9c5a45475c83eb21aebe74bd4d1fbd28f2 (diff) | |
download | src-1906d427c12cd3b86bb7b48b7bf8cb147cce8fe0.tar.gz src-1906d427c12cd3b86bb7b48b7bf8cb147cce8fe0.zip |
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bhyve/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile index 7a8a166ecd60..c835b9395c4c 100644 --- a/usr.sbin/bhyve/Makefile +++ b/usr.sbin/bhyve/Makefile @@ -9,8 +9,6 @@ CFLAGS+=-I${SRCTOP}/sys PROG= bhyve PACKAGE= bhyve -DEBUG_FLAGS= -g -O0 - MAN= bhyve.8 BHYVE_SYSDIR?=${SRCTOP} |