diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-13 05:39:45 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-13 05:39:45 +0000 |
commit | fc6ee137214d467d075e7f844f9b4d8cf08a1b24 (patch) | |
tree | b98e8492d13ec78567ca21e0e20a0004821266ae | |
parent | libncurses added (diff) |
Remove pkg_install from the SUBDIR list.
Notes
Notes:
svn path=/head/; revision=82
-rw-r--r-- | misc/Makefile | 4 |
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> |