diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-03-16 14:30:19 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-03-16 14:30:19 +0000 |
commit | b5b8a3d2f54f8accc91cdbb23953c6713a4e4f5a (patch) | |
tree | 1480ee3e002ea35bd53d1d1387036713f72a641b | |
parent | 79ccd15c1bb329de4a8e75633f4d90579b16638b (diff) |
Define an empty cleandir target to silent the build
-rw-r--r-- | lib/fontconfig/conf.d/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/fontconfig/conf.d/Makefile b/lib/fontconfig/conf.d/Makefile index 71ebd3b1f..a968bf3bc 100644 --- a/lib/fontconfig/conf.d/Makefile +++ b/lib/fontconfig/conf.d/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2013/03/16 11:26:42 matthieu Exp $ +# $OpenBSD: Makefile,v 1.4 2013/03/16 14:30:18 matthieu Exp $ FONTCONFIG = ${.CURDIR}/../../../dist/fontconfig CONFIGDIR = /etc/fonts/conf.d @@ -60,7 +60,7 @@ AVAIL_FILES = \ 80-delicious.conf \ 90-synthetic.conf -all: +all cleandir: install: @for i in $(AVAIL_FILES); do \ @@ -77,6 +77,5 @@ install: NOOBJ= - .include <bsd.own.mk> .include <bsd.xorg.mk> |