mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
No longer generate empty opt_sysvipc.h, and no longer issue -DSYSVSHM etc
for the CFLAGS. Now, it tracks whatever the booted kernel has rather than being specifying what features your kernel has at lkm build time.
This commit is contained in:
parent
6dd6813a2c
commit
e5255f3193
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13340
@ -1,20 +1,16 @@
|
||||
# $Id: Makefile,v 1.2 1995/12/29 22:10:49 sos Exp $
|
||||
# $Id: Makefile,v 1.3 1996/01/06 23:10:25 ache Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/i386/linux
|
||||
KMOD= linux_mod
|
||||
SRCS= opt_sysvipc.h \
|
||||
linux.c linux_file.c linux_ioctl.c linux_misc.c linux_signal.c \
|
||||
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 # -DDEBUG
|
||||
CLEANFILES+= vnode_if.h vnode_if.c
|
||||
|
||||
afterinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/linux /usr/bin
|
||||
|
||||
opt_sysvipc.h:
|
||||
touch opt_sysvipc.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -1,20 +1,16 @@
|
||||
# $Id: Makefile,v 1.2 1995/12/29 22:10:49 sos Exp $
|
||||
# $Id: Makefile,v 1.3 1996/01/06 23:10:25 ache Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/i386/linux
|
||||
KMOD= linux_mod
|
||||
SRCS= opt_sysvipc.h \
|
||||
linux.c linux_file.c linux_ioctl.c linux_misc.c linux_signal.c \
|
||||
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 # -DDEBUG
|
||||
CLEANFILES+= vnode_if.h vnode_if.c
|
||||
|
||||
afterinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/linux /usr/bin
|
||||
|
||||
opt_sysvipc.h:
|
||||
touch opt_sysvipc.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user