xref: /openbsd-src/regress/usr.bin/mandoc/db/Makefile (revision 8f13bc13a02aed910dc0531e6e13bb0dff8336d1)
1# $OpenBSD: Makefile,v 1.3 2017/06/25 12:48:04 schwarze Exp $
2
3SUBDIR +=	binedit dbm_dump makeinodes run
4
5obj-clean: _SUBDIRUSE
6
7.PHONY: obj-clean
8
9ascii utf8 html markdown tman lint:
10
11ascii-clean utf8-clean html-clean markdown-clean tman-clean lint-clean:
12
13groff html-out markdown-out lint-out:
14
15groff-clean html-out-clean markdown-out-clean lint-out-clean:
16
17.include <bsd.subdir.mk>
18