diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-11-05 04:39:26 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-11-05 04:39:26 +0000 |
| commit | ce6bd34722aa95583bbc55c07ebb798b3b1f6dd9 (patch) | |
| tree | 7f81ce582b182d788f6b064a2fd2c688725f0c7f | |
| parent | fafe9c62f26542f0cb420bc4cf1fc8ad0463f2eb (diff) | |
Notes
| -rw-r--r-- | sys/modules/linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 0e9ccd5d761a..bc63e3f6d6b4 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.19 1998/10/16 04:30:47 peter Exp $ +# $Id: Makefile,v 1.20 1998/11/05 04:22:52 peter 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} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} + ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} opt_compat.h: echo "#define COMPAT_43 1" > opt_compat.h |
