diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-01-06 18:13:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-01-06 18:13:59 +0000 |
commit | 6374abd85d990f1e5770098f67b9c3efc0fb93e9 (patch) | |
tree | fc4228572ca68e6165836eb0b2c61dbd96f64f3f /app/fvwm | |
parent | f47e6516fc8754ca601ee1c541031e17777a4e0e (diff) |
cleandir needs clean
Diffstat (limited to 'app/fvwm')
-rw-r--r-- | app/fvwm/sample.fvwmrc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/fvwm/sample.fvwmrc/Makefile b/app/fvwm/sample.fvwmrc/Makefile index d12f56135..13bd6a4d3 100644 --- a/app/fvwm/sample.fvwmrc/Makefile +++ b/app/fvwm/sample.fvwmrc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2007/03/30 17:24:12 aanriot Exp $ +# $OpenBSD: Makefile,v 1.7 2008/01/06 18:13:58 matthieu Exp $ .include "../Makefile.inc" @@ -28,7 +28,7 @@ install: clean: ${RM} -f .fvwmrc -cleandir: +cleandir: clean .include <bsd.own.mk> .include <bsd.xorg.mk> |