diff options
author | wosch <wosch@FreeBSD.org> | 1996-02-02 06:14:09 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-02-02 06:14:09 +0000 |
commit | 80aa0b1b791b6046ec36dee6330be943037f208a (patch) | |
tree | 4b8155572aa025d15ee3b76a44d559f2b2afc8ab /usr.sbin/vnconfig | |
parent | 44dd497d499576d34c22edb79088e9a2f2fa2965 (diff) | |
download | FreeBSD-src-80aa0b1b791b6046ec36dee6330be943037f208a.zip FreeBSD-src-80aa0b1b791b6046ec36dee6330be943037f208a.tar.gz |
man page link swapfile.8 -> vnconfig.8
Diffstat (limited to 'usr.sbin/vnconfig')
-rw-r--r-- | usr.sbin/vnconfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/vnconfig/Makefile b/usr.sbin/vnconfig/Makefile index ba8a893..2d73db9 100644 --- a/usr.sbin/vnconfig/Makefile +++ b/usr.sbin/vnconfig/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.2 1993/12/23 07:04:31 cgd Exp $ +# $Id: Makefile,v 1.1 1994/12/04 20:12:24 phk Exp $ PROG= vnconfig MAN8= vnconfig.8 +MLINKS= vnconfig.8 swapfile.8 .include <bsd.prog.mk> |