diff options
| author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-19 06:03:42 +0000 | 
|---|---|---|
| committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-19 06:03:42 +0000 | 
| commit | 6346af70b24fb627e499fde4ec57c8bbd42dc87b (patch) | |
| tree | fcd80173edd0f3e0a809ade6fee322575378ad7c | |
| parent | Import of xmove, an X11 proxy (like lbx) that allows suspending, (diff) | |
Activate xmove.
| -rw-r--r-- | x11/Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 6499656fea5d..cccb0f91b4f5 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.192 1998/04/08 13:37:20 tg Exp $ +# $Id: Makefile,v 1.193 1998/04/09 08:14:54 tg Exp $  #      SUBDIR += FWF @@ -102,6 +102,7 @@      SUBDIR += xmascot      SUBDIR += xmbdfed      SUBDIR += xmold +    SUBDIR += xmove      SUBDIR += xpostit      SUBDIR += xpostitPlus      SUBDIR += xprompt  | 
