diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-27 20:21:06 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-27 20:21:06 +0000 |
commit | 192661323a29f2ac7198b6ef586ffa3cc1e304f3 (patch) | |
tree | 4875f9ccba8cdc2655b504d81a6f375c081a6e27 | |
parent | 577a4832bf96db6c27c2b9b872190de4a3189523 (diff) |
- hook xsystrace
- clean up
-rw-r--r-- | app/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/app/Makefile b/app/Makefile index 8e6538ba7..42841cb28 100644 --- a/app/Makefile +++ b/app/Makefile @@ -1,4 +1,4 @@ -# $Xenocara: Makefile,v 1.6 2006/04/17 20:21:00 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2006/11/27 20:21:05 matthieu Exp $ SUBDIR= bdftopcf mkfontscale mkfontdir \ appres beforelight bitmap editres fonttosfnt fslsfonts \ @@ -19,13 +19,7 @@ SUBDIR= bdftopcf mkfontscale mkfontdir \ SUBDIR += glxgears glxinfo # extras -SUBDIR += fvwm ssh-askpass wm2 xterm xidle xlockmore xvctl - -# External dependencies -# xcursorgen - -# Not yet autotoolized -# makepsres texteroids +SUBDIR += fvwm ssh-askpass wm2 xterm xidle xlockmore xsystrace xvctl .include <bsd.subdir.mk> |