diff options
author | Paul Traina <pst@FreeBSD.org> | 1994-10-07 00:45:12 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1994-10-07 00:45:12 +0000 |
commit | b1416c3efbcdefbcb52c462f9a266ed03c47368f (patch) | |
tree | 8b6e222896cffbade8075de9158b023c7103fc82 /ftp/yale-tftpd | |
parent | PC NFS authentication/spooling daemon (diff) |
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 000000000000..374c6f670fcf --- /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> |