diff options
Diffstat (limited to 'wm/wmii')
-rw-r--r-- | wm/wmii/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/wmii/Makefile b/wm/wmii/Makefile index 673fe3f408d..0f3b6304cf2 100644 --- a/wm/wmii/Makefile +++ b/wm/wmii/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/11/03 02:47:58 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2005/12/05 20:51:10 rillig Exp $ # DISTNAME= wmii-20051031 @@ -29,7 +29,6 @@ EGFILES= _clabel extern progmenu rcmenu status \ .for f in ${EGFILES} CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor -.undef f .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |