diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
commit | 5f46dae90f233bedde12384f31eb10cd1e7496c5 (patch) | |
tree | a1af5f735773338776c8d3edd5fc818f4890fb96 /ftp/yale-tftpd | |
parent | 4bcb62c6f9e425544e90df955e8cbe045ed5130f (diff) |
Update of net Makefiles! Am I done? :)
Notes
Notes:
svn path=/head/; revision=1363
Diffstat (limited to 'ftp/yale-tftpd')
-rw-r--r-- | ftp/yale-tftpd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ftp/yale-tftpd/Makefile b/ftp/yale-tftpd/Makefile index bd2a61f61e29..cc1ea07059fe 100644 --- a/ftp/yale-tftpd/Makefile +++ b/ftp/yale-tftpd/Makefile @@ -3,9 +3,13 @@ # Date created: Oct 8, 1994 # Whom: pst # +# $Id$ +# + DISTNAME= yale-tftpd-3.0 -MASTER_SITES= ftp://ftp.cisco.com/pub/ CATEGORIES+= networking +MASTER_SITES= ftp://ftp.cisco.com/pub/ + NO_WRKSUBDIR= .include <bsd.port.mk> |