diff options
author | pst <pst@FreeBSD.org> | 1994-10-07 00:45:12 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-10-07 00:45:12 +0000 |
commit | 9950d71954058cb0dfeea4fd4be2b2be14f3e9e4 (patch) | |
tree | 3d60164fbbcd2b2f3b6220f954280ab3a864533f /ftp/yale-tftpd | |
parent | 7b1a6e7fa9e4308f466dc257f1974d8f7f6b12d7 (diff) | |
download | FreeBSD-ports-9950d71954058cb0dfeea4fd4be2b2be14f3e9e4.zip FreeBSD-ports-9950d71954058cb0dfeea4fd4be2b2be14f3e9e4.tar.gz |
Enhanced TFTPD by Alan Watt of Yale
Diffstat (limited to 'ftp/yale-tftpd')
-rw-r--r-- | ftp/yale-tftpd/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/yale-tftpd/Makefile b/ftp/yale-tftpd/Makefile new file mode 100644 index 0000000..374c6f6 --- /dev/null +++ b/ftp/yale-tftpd/Makefile @@ -0,0 +1,10 @@ +# New ports collection makefile for: yale-tftpd +# Version required: Oct 4, 1994 +# Date created: Oct 8, 1994 +# Whom: pst +# +MASTER_SITES= ftp://ftp.cisco.com/pub/ +DISTNAME= yale-tftpd +NO_WRKSUBDIR= + +.include <bsd.port.mk> |