diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-03-03 03:48:56 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-03-03 03:48:56 +0000 |
commit | 826ebe81e2c36f89d7b825ca4562d9ba575c4160 (patch) | |
tree | 97166047d651e81d723c636dc02ab0c0e1cdfac6 /benchmarks | |
parent | For 4.X and later release (diff) |
Add MLINK from netpipe.1 to NPtcp.1.
Requested by: Guy Helmer <ghelmer@scl.ameslab.gov>
Notes
Notes:
svn path=/head/; revision=16987
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/netpipe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile index bc3bf73c9538..c88b86ac600d 100644 --- a/benchmarks/netpipe/Makefile +++ b/benchmarks/netpipe/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Feb 1998 # Whom: jkoshy # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/02/21 00:02:50 jkoshy Exp $ DISTNAME= netpipe-2.3 CATEGORIES= benchmarks net @@ -17,6 +17,7 @@ MAINTAINER= jkoshy@freebsd.org ALL_TARGET= NPtcp MAN1= netpipe.1 +MLINKS= netpipe.1 NPtcp.1 MANCOMPRESSED= no do-install: |