diff options
author | ache <ache@FreeBSD.org> | 1994-09-12 06:29:01 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-09-12 06:29:01 +0800 |
commit | 6191baca92db56fcf8c1f6f915fe178efe3f5468 (patch) | |
tree | c77a995a3effa4bdf9b66732dacb6e59e87b60f2 /misc | |
parent | 0945dc4a8f0cb635969c8a4b20c5662b54e5e1b1 (diff) | |
download | freebsd-ports-gnome-6191baca92db56fcf8c1f6f915fe178efe3f5468.tar.gz freebsd-ports-gnome-6191baca92db56fcf8c1f6f915fe178efe3f5468.tar.zst freebsd-ports-gnome-6191baca92db56fcf8c1f6f915fe178efe3f5468.zip |
libncurses added
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index 07a2d3387afd..0c648daba897 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.1 1994/08/23 10:20:27 jkh Exp $ +# $Id: Makefile,v 1.2 1994/09/08 13:32:52 ache Exp $ # -SUBDIR= pkg_install libmytinfo +SUBDIR= pkg_install libmytinfo libncurses .include <bsd.port.subdir.mk> |