diff options
author | Paul Traina <pst@FreeBSD.org> | 1994-10-07 00:23:56 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1994-10-07 00:23:56 +0000 |
commit | c6b6b307a969f1aa5496e729c99604ee0e7e6202 (patch) | |
tree | aec1cfc86fdfa029734cd91d9ed6a3da1644f5db /net/pcnfsd/Makefile | |
parent | 9c5bbd9719b23384a81dbdd76da2952e439c998b (diff) |
PC NFS authentication/spooling daemon
Notes
Notes:
svn path=/head/; revision=198
Diffstat (limited to 'net/pcnfsd/Makefile')
-rw-r--r-- | net/pcnfsd/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/pcnfsd/Makefile b/net/pcnfsd/Makefile new file mode 100644 index 000000000000..43436066972f --- /dev/null +++ b/net/pcnfsd/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: pcnfsd +# Version required: 93.02.16 +# Date created: Oct 6, 1994 +# Whom: pst +# +MASTER_SITES= ftp://bcm.tmc.edu/pcnfs/ +DISTNAME= pcnfsd.93.02.16 +EXTRACT_SUFX= .tar.Z +NO_WRKSUBDIR= + +.include <bsd.port.mk> |