diff options
-rw-r--r-- | app/fvwm/icons/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/fvwm/icons/Makefile b/app/fvwm/icons/Makefile index b3be0cda6..5e8ecbcd3 100644 --- a/app/fvwm/icons/Makefile +++ b/app/fvwm/icons/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2007/03/30 17:24:12 aanriot Exp $ +# $OpenBSD: Makefile,v 1.5 2009/01/03 17:55:00 matthieu Exp $ .include "../Makefile.inc" @@ -64,6 +64,8 @@ install: ${DESTDIR}${INCSDIR}/X11/pixmaps ; \ done +clean: + cleandir: .include <bsd.own.mk> |