diff options
-rw-r--r-- | lkm/linux/Makefile | 4 | ||||
-rw-r--r-- | sys/modules/linux/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lkm/linux/Makefile b/lkm/linux/Makefile index 11650c5..ae0e4b4 100644 --- a/lkm/linux/Makefile +++ b/lkm/linux/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1995/06/25 17:29:46 sos Exp $ .PATH: ${.CURDIR}/../../sys/i386/linux KMOD= linux_mod @@ -6,7 +6,7 @@ SRCS= linux.c linux_file.c linux_ioctl.c linux_misc.c linux_signal.c \ linux_generic.c linux_ipc.c linux_socket.c linux_stats.c \ linux_dummy.c linux_sysent.c imgact_linux.c vnode_if.h NOMAN= -CFLAGS+= -DLKM -I. -DCOMPAT_LINUX -DSYSVSHM #-DSYSVMSG -DSYSVSEM #-DDEBUG +CFLAGS+= -DLKM -I. -DCOMPAT_LINUX -DSYSVSHM -DSYSVMSG # -DSYSVSEM #-DDEBUG CLEANFILES+= vnode_if.h vnode_if.c afterinstall: diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 11650c5..ae0e4b4 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1995/06/25 17:29:46 sos Exp $ .PATH: ${.CURDIR}/../../sys/i386/linux KMOD= linux_mod @@ -6,7 +6,7 @@ SRCS= linux.c linux_file.c linux_ioctl.c linux_misc.c linux_signal.c \ linux_generic.c linux_ipc.c linux_socket.c linux_stats.c \ linux_dummy.c linux_sysent.c imgact_linux.c vnode_if.h NOMAN= -CFLAGS+= -DLKM -I. -DCOMPAT_LINUX -DSYSVSHM #-DSYSVMSG -DSYSVSEM #-DDEBUG +CFLAGS+= -DLKM -I. -DCOMPAT_LINUX -DSYSVSHM -DSYSVMSG # -DSYSVSEM #-DDEBUG CLEANFILES+= vnode_if.h vnode_if.c afterinstall: |