[Midnightbsd-cvs] src: Makefile: forgot the man page for sh(1)

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 29 11:14:49 EDT 2009


Log Message:
-----------
forgot the man page for sh(1)

Modified Files:
--------------
    src/bin/mksh:
        Makefile (r1.6 -> r1.7)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/bin/mksh/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L bin/mksh/Makefile -L bin/mksh/Makefile -u -r1.6 -r1.7
--- bin/mksh/Makefile
+++ bin/mksh/Makefile
@@ -30,6 +30,6 @@
 LINKS=	${BINDIR}/mksh ${BINDIR}/rksh
 LINKS+=	${BINDIR}/mksh ${BINDIR}/ksh
 LINKS+=	${BINDIR}/mksh ${BINDIR}/sh
-MLINKS=	mksh.1 rksh.1 mksh.1 ulimit.1 mksh.1 ksh.1
+MLINKS=	mksh.1 rksh.1 mksh.1 ulimit.1 mksh.1 ksh.1 mksh.1 sh.1
 
 .include <bsd.prog.mk>


More information about the Midnightbsd-cvs mailing list