diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-19 08:21:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-19 08:21:03 +0000 |
commit | 639445cae9e5d4367b4616211fa02f0186a2cd3e (patch) | |
tree | 668f6b6a38df06fdb9bd7c843699be7e7c4c2c0b | |
parent | 09d1efbab2070903a448035b301cdb0429011d44 (diff) | |
download | freebsd-ports-639445cae9e5d4367b4616211fa02f0186a2cd3e.zip |
Awww, I meant emulators/tkhfs and utils/tk{info,man}. Good thing these
two commit messages are going out as in one mail.... ;)
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index eee129e5d661..8e9f69f591d1 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.63 1995/07/15 23:45:37 torstenb Exp $ +# $Id: Makefile,v 1.64 1995/07/17 01:08:59 torstenb Exp $ # SUBDIR += amanda @@ -15,5 +15,7 @@ RESTRICTED += mmv # restrictive copyright SUBDIR += recode SUBDIR += rman SUBDIR += screen + SUBDIR += tkinfo + SUBDIR += tkman .include <bsd.port.subdir.mk> |