aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-01-06 23:10:25 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-01-06 23:10:25 +0000
commit12ff37b733d0271d8447956e6f278202fc183c3b (patch)
treeddd17986c7ce9b7049f287914eb3ba45b2bb3643 /sys/modules/linux
parentee12bba616e92a339f261de10b1f489b1fb6edc8 (diff)
Notes
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index ae0e4b4c87da..8f122ddfebe4 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -1,8 +1,9 @@
-# $Id: Makefile,v 1.1 1995/06/25 17:29:46 sos Exp $
+# $Id: Makefile,v 1.2 1995/12/29 22:10:49 sos Exp $
.PATH: ${.CURDIR}/../../sys/i386/linux
KMOD= linux_mod
-SRCS= linux.c linux_file.c linux_ioctl.c linux_misc.c linux_signal.c \
+SRCS= opt_sysvipc.h \
+ 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=
@@ -13,4 +14,7 @@ afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/linux /usr/bin
+opt_sysvipc.h:
+ touch opt_sysvipc.h
+
.include <bsd.kmod.mk>