diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-11-18 20:03:35 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-11-18 20:03:35 +0000 |
commit | 0104efc6567878e15c7978ceae2f2e8c4dc642ad (patch) | |
tree | 4943911f72aad846c371681164a02932da082fff /x11-wm/Makefile | |
parent | 7d383f3472a126dd522d39ae86700d98718506df (diff) | |
download | ports-0104efc6567878e15c7978ceae2f2e8c4dc642ad.tar.gz ports-0104efc6567878e15c7978ceae2f2e8c4dc642ad.zip |
Notes
Diffstat (limited to 'x11-wm/Makefile')
-rw-r--r-- | x11-wm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 53748cc9a096..1b91afb0bede 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998/10/04 00:58:42 steve Exp $ +# $Id: Makefile,v 1.4 1998/11/15 22:05:26 kuriyama Exp $ # SUBDIR += afterstep @@ -23,5 +23,6 @@ SUBDIR += windowmaker SUBDIR += wm2 SUBDIR += wmx + SUBDIR += xfce .include <bsd.port.subdir.mk> |