diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1996-08-04 00:28:11 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1996-08-04 00:28:11 +0000 |
commit | 2974c692416fe1438d306c9007d47ad7f84371df (patch) | |
tree | a8835bf44c6f7199cc773ad4a58f400e0d3f6ca4 /misc/Makefile | |
parent | Slight change to the ftp address. Fetches now. (diff) |
Add new port zorro to misc Makefile.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 0828d59a777c..baea7e38f54e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.79 1996/07/10 21:19:07 asami Exp $ +# $Id: Makefile,v 1.80 1996/07/30 02:17:16 chuckr Exp $ # SUBDIR += amanda @@ -32,5 +32,6 @@ SUBDIR += tkman SUBDIR += trans SUBDIR += xcalendar + SUBDIR += zorro .include <bsd.port.subdir.mk> |