mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 19:28:58 +00:00
Provide a default clean target now that bsd.subdir.mk doesn't.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user