diff options
author | asami <asami@FreeBSD.org> | 1995-07-13 08:57:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-13 08:57:24 +0800 |
commit | 9a95d283e9d843e5d9f6f5d39f5c9cf30ee24e80 (patch) | |
tree | 66265a343d442c6f154fa6ebfcbe8163d890b67f /Makefile | |
parent | 20bfdefaddab9d3d27c83309a34edcc96a773610 (diff) | |
download | freebsd-ports-gnome-9a95d283e9d843e5d9f6f5d39f5c9cf30ee24e80.tar.gz freebsd-ports-gnome-9a95d283e9d843e5d9f6f5d39f5c9cf30ee24e80.tar.zst freebsd-ports-gnome-9a95d283e9d843e5d9f6f5d39f5c9cf30ee24e80.zip |
Added benchmarks, security and sysutils to SUBDIR list.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,8 +1,9 @@ -# $Id: Makefile,v 1.18 1995/05/01 11:55:37 ache Exp $ +# $Id: Makefile,v 1.19 1995/07/01 07:58:11 asami Exp $ # SUBDIR += archivers SUBDIR += audio +SUBDIR += benchmarks SUBDIR += cad SUBDIR += comms SUBDIR += databases @@ -20,6 +21,8 @@ SUBDIR += news SUBDIR += print SUBDIR += russian SUBDIR += shells +SUBDIR += security +SUBDIR += sysutils SUBDIR += utils SUBDIR += x11 |