diff options
author | asami <asami@FreeBSD.org> | 1995-07-13 07:20:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-13 07:20:23 +0800 |
commit | 3d45abde04e8eca0417df7746077756f9ad814f1 (patch) | |
tree | 5a8ea86e802bbd34199512234e6e794b1f685a38 /misc/Makefile | |
parent | 10cf18a5e7896b6d045657072f1e6fe0904b7469 (diff) | |
download | freebsd-ports-gnome-3d45abde04e8eca0417df7746077756f9ad814f1.tar.gz freebsd-ports-gnome-3d45abde04e8eca0417df7746077756f9ad814f1.tar.zst freebsd-ports-gnome-3d45abde04e8eca0417df7746077756f9ad814f1.zip |
Clean up of utils. Lots of stuff are moved out to various subcategories.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/misc/Makefile b/misc/Makefile index baaebfdbb142..1be603a45e81 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,31 +1,16 @@ -# $Id: Makefile,v 1.59 1995/07/06 04:27:15 asami Exp $ +# $Id: Makefile,v 1.60 1995/07/07 23:55:53 ache Exp $ # SUBDIR += amanda SUBDIR += beav - SUBDIR += bonnie SUBDIR += chord SUBDIR += colorls - SUBDIR += cpm - SUBDIR += hfs - SUBDIR += iozone SUBDIR += ispell SUBDIR += kp SUBDIR += less - SUBDIR += lmbench RESTRICTED += mmv # restrictive copyright SUBDIR += mshell - SUBDIR += mtools - SUBDIR += pcemu - SUBDIR += pgp SUBDIR += rman SUBDIR += screen - SUBDIR += top - SUBDIR += tua - SUBDIR += vmsbackup - BROKEN += wine # doesn't install - SUBDIR += xbatt - SUBDIR += xdu - SUBDIR += xsysstats .include <bsd.port.subdir.mk> |