summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-10-08 15:20:50 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-10-08 15:20:50 +0000
commitc3d6de2c854e2aa282b7a1b4cda0c22642de67c9 (patch)
tree5dfb7b93044f3e9cd55ad765fa9d846b2b6e508d
parentlibncurses removed (diff)
dialog removed
Notes
Notes: svn path=/head/; revision=206
-rw-r--r--misc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile
index aba3ee948135..f29d2e5a8466 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,5 +1,5 @@
-# $Id: Makefile,v 1.8 1994/10/06 23:43:08 ache Exp $
+# $Id: Makefile,v 1.9 1994/10/07 09:09:38 ache Exp $
#
-SUBDIR= calc dialog mshell iozone
+SUBDIR= calc mshell iozone
.include <bsd.port.subdir.mk>