diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 10:53:58 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 10:53:58 +0000 |
commit | 1cb4778bcef21ea9015cfccdb99abb7a0e035d74 (patch) | |
tree | f164009397f9d3d5634c6f8a94b1542f793d9692 /app/fvwm/modules/FvwmSaveDesk/Imakefile | |
parent | 841f8331c93ff96bd798e9a74ba10fab155da5c5 (diff) |
Importing from XF4, plus BSD make infrastructure
Diffstat (limited to 'app/fvwm/modules/FvwmSaveDesk/Imakefile')
-rw-r--r-- | app/fvwm/modules/FvwmSaveDesk/Imakefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/fvwm/modules/FvwmSaveDesk/Imakefile b/app/fvwm/modules/FvwmSaveDesk/Imakefile new file mode 100644 index 000000000..6ba5b0ab4 --- /dev/null +++ b/app/fvwm/modules/FvwmSaveDesk/Imakefile @@ -0,0 +1,6 @@ +# $OpenBSD: Imakefile,v 1.1.1.1 2006/11/26 10:53:54 matthieu Exp $ + +FVWMTOP=../.. +#include "../../Fvwm.tmpl" + +FvwmSimpleModuleTarget(FvwmSaveDesk) |