mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Added SYSVSHM define
This commit is contained in:
parent
c418fae48f
commit
e896b7b2a3
2 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue