diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-09 01:05:43 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-09 01:05:43 +0000 |
commit | 2d1ba2f9be56a9540862eb3df225976bf696a07f (patch) | |
tree | eb2a965c358143b4b05c7543644e2ee59368b0ad | |
parent | Update to version 0.9.10 (diff) |
Turn on qstat.
Notes
Notes:
svn path=/head/; revision=12363
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index efd5c4c1bb62..ed02e0c8c04c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.155 1998/08/07 22:27:39 asami Exp $ +# $Id: Makefile,v 1.156 1998/08/08 03:27:43 obrien Exp $ # SUBDIR += acron @@ -43,6 +43,7 @@ SUBDIR += p5-Business-CreditCard SUBDIR += p5-Locale-Codes SUBDIR += p5-Search + SUBDIR += qstat SUBDIR += rpm SUBDIR += screen SUBDIR += scriptkit |