diff options
Diffstat (limited to 'emulators/linux_base-8/Makefile')
-rw-r--r-- | emulators/linux_base-8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 06538e971939..5260c411f459 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -3,7 +3,7 @@ # Date created: Jul 7, 1999 # Whom: marcel@FreeBSD.org # -# $Id: Makefile,v 1.28 1999/08/08 11:40:53 marcel Exp $ +# $Id: Makefile,v 1.29 1999/08/18 12:49:52 marcel Exp $ # DISTNAME= linux_base @@ -124,7 +124,7 @@ do-install: @${MKDIR} ${PREFIX}/dev @${RM} -f ${PREFIX}/dev/null @mknod ${PREFIX}/dev/null c 2 2 - @chmod 666 ${PREFIX}/dev/null + @${CHMOD} 666 ${PREFIX}/dev/null .if defined(NEEDLOADLINK) @${MKDIR} ${PREFIX}/compat @${LN} -s / ${PREFIX}/compat/linux |