summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-06 04:27:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-06 04:27:15 +0000
commitdef83adce407923608e3da22244a8ad5b725e3ee (patch)
tree8b19558385d54a19807f5d39c6c138f89d493b66 /misc
parentbeav (binary editor and viewer) (diff)
Add beav, convert to new format.
Notes
Notes: svn path=/head/; revision=1930
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile38
1 files changed, 28 insertions, 10 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 79468b4dbb50..bc5f93f13c6b 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>