diff options
author | zuntum <zuntum> | 2001-04-22 13:36:07 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-04-22 13:36:07 +0000 |
commit | 679dc5f35cb3c01996d29eeec7f578e07964b2e6 (patch) | |
tree | bc002c6dab5f6a3b68e0b0f7044f64f83508eb1c | |
parent | e60df8fef82913afc0a203d72b26caaf49d6ac14 (diff) | |
download | pkgsrc-679dc5f35cb3c01996d29eeec7f578e07964b2e6.tar.gz |
add & enable ion
-rw-r--r-- | wm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/Makefile b/wm/Makefile index 0d115759fa2..ea2bd3086bd 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/04/15 20:39:31 agc Exp $ +# $NetBSD: Makefile,v 1.12 2001/04/22 13:36:07 zuntum Exp $ # COMMENT= window managers (for X) @@ -21,6 +21,7 @@ SUBDIR+= fvwm2-current SUBDIR+= fvwm95 SUBDIR+= icewm SUBDIR+= icewm-gnome +SUBDIR+= ion SUBDIR+= lwm SUBDIR+= olvwm SUBDIR+= pwm |