diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1994-11-20 17:06:55 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1994-11-20 17:06:55 +0000 |
commit | 0f86f3ba091e2e0d9a03ea5ed198831d271cf4ff (patch) | |
tree | f5503b4aee11c6a0263fd4faf5a0c2311dcacc83 | |
parent | screen 3.5.2 (diff) |
add screen
Notes
Notes:
svn path=/head/; revision=426
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index 017dbf4f69d6..6812b9663a5d 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.14 1994/11/06 02:14:28 jkh Exp $ +# $Id: Makefile,v 1.15 1994/11/08 03:37:23 ache Exp $ # -SUBDIR= calc iozone ispell less mshell mtools netpbm top unzip zoo +SUBDIR= calc iozone ispell less mshell mtools netpbm top unzip zoo screen .include <bsd.port.subdir.mk> |