diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-22 11:52:42 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-22 11:52:42 +0000 |
commit | 52883f9a11a0fb9d3dbd427767258c989e0ae4a1 (patch) | |
tree | d76eb1cde3b087648c83707a6959a50d17b934ff /shells | |
parent | f9fe7264414b5f0f2f34f6eaa5658bd6b0f79364 (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile new file mode 100644 index 000000000000..2f0ea4a12fab --- /dev/null +++ b/shells/tcsh/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: tcsh +# Version required: 6.05 +# Date created: 22 August 1994 +# Whom: jkh +# +# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:27 jkh Exp $ +# + +DISTNAME= tcsh-6.05 +HOME_LOCATION= ugle.unit.no:~ftp/pub/unix/tcsh + +.include <bsd.port.mk> |