diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1996-03-10 08:42:54 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1996-03-10 08:42:54 +0000 |
| commit | e1743d02cd14069f69a50bb8a6c626c1c6f47ddd (patch) | |
| tree | ab85b2b967b056b586d4e20e909a63357cd88185 /sys/modules/linux/Makefile | |
| parent | 7c1b69d88139c03f62bd238852c8d6cb9d97e59c (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux/Makefile')
| -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 7c7074c877bf0..e544b7f3a3f24 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1996/01/27 23:57:06 rgrimes Exp $ +# $Id: Makefile,v 1.6 1996/03/02 20:00:35 peter Exp $ .PATH: ${.CURDIR}/../../sys/i386/linux KMOD= linux_mod @@ -11,7 +11,7 @@ NOMAN= CFLAGS+= -DLKM -I. -DCOMPAT_43 -DCOMPAT_LINUX #-DDEBUG CPPFLAGS= -I. -I${.CURDIR}/../../sys - +EXPORT_SYMS=_linux_mod CLEANFILES+= vnode_if.h vnode_if.c linux_genassym.o linux_genassym machine \ linux_assym.h |
