diff options
author | 2017-06-25 12:48:04 +0000 | |
---|---|---|
committer | 2017-06-25 12:48:04 +0000 | |
commit | 8f13bc13a02aed910dc0531e6e13bb0dff8336d1 (patch) | |
tree | fcffe41843b319bfc072eb24f77e109e5ad9a32e | |
parent | Don't output partial UTF-8 characters in ksh emacs mode. Instead, try to read a (diff) | |
download | wireguard-openbsd-8f13bc13a02aed910dc0531e6e13bb0dff8336d1.tar.xz wireguard-openbsd-8f13bc13a02aed910dc0531e6e13bb0dff8336d1.zip |
add some empty targets that were missing
-rw-r--r-- | regress/usr.bin/mandoc/db/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/regress/usr.bin/mandoc/db/Makefile b/regress/usr.bin/mandoc/db/Makefile index f1e80815069..80774c66ca1 100644 --- a/regress/usr.bin/mandoc/db/Makefile +++ b/regress/usr.bin/mandoc/db/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/09/04 11:13:08 schwarze Exp $ +# $OpenBSD: Makefile,v 1.3 2017/06/25 12:48:04 schwarze Exp $ SUBDIR += binedit dbm_dump makeinodes run @@ -6,10 +6,12 @@ obj-clean: _SUBDIRUSE .PHONY: obj-clean -ascii utf8 html lint: +ascii utf8 html markdown tman lint: -ascii-clean utf8-clean html-clean tman-clean lint-clean: +ascii-clean utf8-clean html-clean markdown-clean tman-clean lint-clean: -groff groff-clean html-out html-out-clean lint-out lint-out-clean: +groff html-out markdown-out lint-out: + +groff-clean html-out-clean markdown-out-clean lint-out-clean: .include <bsd.subdir.mk> |