add some empty targets that were missing
authorschwarze <schwarze@openbsd.org>
Sun, 25 Jun 2017 12:48:04 +0000 (12:48 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 25 Jun 2017 12:48:04 +0000 (12:48 +0000)
regress/usr.bin/mandoc/db/Makefile

index f1e8081..80774c6 100644 (file)
@@ -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>