diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-03-29 11:45:51 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-03-29 11:45:51 +0000 |
commit | 4fa8aeca2a993f971260740a7e7d04dc2f8b8574 (patch) | |
tree | 3986a8aae10bdddc7f9cd3bbd9ae051d148aa67d | |
parent | 609b5685268919ee1f1da11326a5bcfb2d34cf0f (diff) | |
download | freebsd-ports-4fa8aeca2a993f971260740a7e7d04dc2f8b8574.zip |
Add xperfmon to the SUBDIR list
-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... |