diff options
author | asami <asami@FreeBSD.org> | 1995-07-06 04:27:15 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-06 04:27:15 +0000 |
commit | 78d0dbb14dba0a441355d27f202e9bf23dd9fe9d (patch) | |
tree | bbe224a534b639048aacb0fdc4101b512459ccf0 /misc | |
parent | d3ac71fbea6a7203d4e833ccdb0e38da1b7f3ffa (diff) | |
download | FreeBSD-ports-78d0dbb14dba0a441355d27f202e9bf23dd9fe9d.zip FreeBSD-ports-78d0dbb14dba0a441355d27f202e9bf23dd9fe9d.tar.gz |
Add beav, convert to new format.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 38 |
1 files changed, 28 insertions, 10 deletions
diff --git a/misc/Makefile b/misc/Makefile index 79468b4..bc5f93f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,14 +1,32 @@ -# $Id: Makefile,v 1.57 1995/05/15 04:15:35 asami Exp $ -# -# RESTRICTED: pgp.usa_only (local restrections) -# RESTRICTED: pgp.non-usa_only (local restrictions) -# RESTRICTED: mmv (restrictive copyright) -# -# BROKEN: wine (doesn't install) +# $Id: Makefile,v 1.58 1995/05/19 09:50:19 asami Exp $ # -SUBDIR= amanda bonnie chord colorls cpm hfs iozone ispell kp less lmbench \ - mshell mtools \ - pcemu rman screen top tua vmsbackup xbatt xdu xsysstats + 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 +RESTRICTED += pgp.non-usa_only # local restrictions +RESTRICTED += pgp.usa_only # local restrections + 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> |