diff options
author | jmz <jmz@FreeBSD.org> | 1995-03-29 19:45:51 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-03-29 19:45:51 +0800 |
commit | abbf3fe891aef8bf1db4e2695a1d17f9cf9392e9 (patch) | |
tree | b12324e3fbf9d7790f4ac799d3b8cb025a2555e8 /x11/Makefile | |
parent | 861555d1eb34157f6dc03098c4a12605f9a129c5 (diff) | |
download | freebsd-ports-gnome-abbf3fe891aef8bf1db4e2695a1d17f9cf9392e9.tar.gz freebsd-ports-gnome-abbf3fe891aef8bf1db4e2695a1d17f9cf9392e9.tar.zst freebsd-ports-gnome-abbf3fe891aef8bf1db4e2695a1d17f9cf9392e9.zip |
Add xperfmon to the SUBDIR list
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/Makefile b/x11/Makefile index 7529074a1af5..6a5ad73a8594 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,8 +1,9 @@ -# $Id: Makefile,v 1.55 1995/03/28 04:41:43 gpalmer Exp $ +# $Id: Makefile,v 1.56 1995/03/28 04:45:39 gpalmer Exp $ # SUBDIR= Xaw3d color_xterm ctwm emu fvwm g3view olvwm piewm \ rxvt sxpc tk tkhfs tkman tvtwm xdaliclock xearth xfed xfm \ - xkeycaps xlockmore xphoon xsnow xview-config xview-lib xview-clients + xkeycaps xlockmore xperfmon xphoon xsnow xview-config xview-lib \ + xview-clients # # These depend on tk, so might as well build tk first... |