summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-13 05:39:45 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-13 05:39:45 +0000
commitfc6ee137214d467d075e7f844f9b4d8cf08a1b24 (patch)
treeb98e8492d13ec78567ca21e0e20a0004821266ae
parentlibncurses added (diff)
Remove pkg_install from the SUBDIR list.
Notes
Notes: svn path=/head/; revision=82
-rw-r--r--misc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 0c648daba897..eee1fd9303cb 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,5 +1,5 @@
-# $Id: Makefile,v 1.2 1994/09/08 13:32:52 ache Exp $
+# $Id: Makefile,v 1.3 1994/09/11 22:29:01 ache Exp $
#
-SUBDIR= pkg_install libmytinfo libncurses
+SUBDIR= libmytinfo libncurses
.include <bsd.port.subdir.mk>