blob: 80774c66ca1b8ccd028613b292874a90dda5948c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $OpenBSD: Makefile,v 1.3 2017/06/25 12:48:04 schwarze Exp $
SUBDIR += binedit dbm_dump makeinodes run
obj-clean: _SUBDIRUSE
.PHONY: obj-clean
ascii utf8 html markdown tman lint:
ascii-clean utf8-clean html-clean markdown-clean tman-clean lint-clean:
groff html-out markdown-out lint-out:
groff-clean html-out-clean markdown-out-clean lint-out-clean:
.include <bsd.subdir.mk>
|