diff options
author | sos <sos@FreeBSD.org> | 1995-12-29 22:10:49 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1995-12-29 22:10:49 +0000 |
commit | d965394a53818da63fc18f7b2c157d0aecc7188a (patch) | |
tree | 2193b3a84d91e9c704a8f8e76637801f6aa4e593 /sys/modules | |
parent | cbdad23dbf516b1d70c5fc61a6a283dc63f77b01 (diff) | |
download | FreeBSD-src-d965394a53818da63fc18f7b2c157d0aecc7188a.zip FreeBSD-src-d965394a53818da63fc18f7b2c157d0aecc7188a.tar.gz |
Added SYSVSHM define
Diffstat (limited to 'sys/modules')
-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 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: |