diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-09 09:54:57 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-09 09:54:57 +0000 |
commit | c68b152ebac5f702fd07be963b1378ed43fce60d (patch) | |
tree | 0291a40a47073c7478fbef60dc37add55fe4d476 | |
parent | b3f4c3e510d7cf6345ab7abc8889336d6e918590 (diff) |
Provide a default clean target now that bsd.subdir.mk doesn't.
-rw-r--r-- | data/xkeyboard-config/Makefile.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/data/xkeyboard-config/Makefile.inc b/data/xkeyboard-config/Makefile.inc index aa8331a23..0a66ef697 100644 --- a/data/xkeyboard-config/Makefile.inc +++ b/data/xkeyboard-config/Makefile.inc @@ -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} |