Provide a default clean target now that bsd.subdir.mk doesn't.

This commit is contained in:
matthieu
2016-10-09 09:54:56 +00:00
parent 6c14b73344
commit 8cc5efb076

View File

@@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.6 2012/10/06 15:41:12 shadchin Exp $
# $OpenBSD: Makefile.inc,v 1.7 2016/10/09 09:54:56 matthieu Exp $
XKC_TOP?= ../../..
XKB_DIR= ${.CURDIR}/${XKC_TOP}/dist/xkeyboard-config
@@ -23,4 +23,8 @@ install: install-files _SUBDIRUSE
install-files:
.endif
.if !target(clean)
clean:
.endif
.PATH: ${XKB_DIR}/${XKB_SUBDIR}