diff options
Diffstat (limited to 'sys/modules/linux/Makefile')
| -rw-r--r-- | sys/modules/linux/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index ed7bed5750cc..090f2fc7e72c 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 1998/11/11 07:04:10 peter Exp $ +# $Id: Makefile,v 1.18 1998/07/07 02:04:20 bde Exp $ .PATH: ${.CURDIR}/../../i386/linux KMOD= linux @@ -27,7 +27,7 @@ linux_genassym.o: linux_genassym.c linux.h @ machine ${CC} -c ${CFLAGS} -UKERNEL ${.IMPSRC} linux_genassym: linux_genassym.o - ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} + ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} opt_compat.h: echo "#define COMPAT_43 1" > opt_compat.h @@ -37,6 +37,6 @@ opt_linux.h opt_vmpage.h: afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/linux.sh ${DESTDIR}/usr/bin/linux + ${.CURDIR}/linux ${DESTDIR}/usr/bin .include <bsd.kmod.mk> |
