diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:08:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:08:20 +0000 |
commit | 3c134ede8d50ff28b30f90d818aaf8ede44c772b (patch) | |
tree | c08e8618dfbe30ff4fc1e9dfeeeaee044115c5ce /x11-wm/Makefile | |
parent | 0e600e3ae169a0fee136d33c7387b27e544563a1 (diff) | |
download | ports-3c134ede8d50ff28b30f90d818aaf8ede44c772b.tar.gz ports-3c134ede8d50ff28b30f90d818aaf8ede44c772b.zip |
Notes
Diffstat (limited to 'x11-wm/Makefile')
-rw-r--r-- | x11-wm/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile new file mode 100644 index 000000000000..637d37c0bf4a --- /dev/null +++ b/x11-wm/Makefile @@ -0,0 +1,25 @@ +# $Id$ +# + + SUBDIR += afterstep-devel + SUBDIR += afterstep + SUBDIR += amiwm + SUBDIR += blackbox + SUBDIR += ctwm + SUBDIR += enlightenment + SUBDIR += fvwm + SUBDIR += fvwm2 + SUBDIR += fvwm95 + SUBDIR += gwm + SUBDIR += icewm + SUBDIR += lwm + SUBDIR += mlvwm + SUBDIR += olvwm + SUBDIR += piewm + SUBDIR += qvwm + SUBDIR += tvtwm + SUBDIR += windowmaker + SUBDIR += wm2 + SUBDIR += wmx + +.include <bsd.port.subdir.mk> |