diff options
-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> |