diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-01-08 05:36:17 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-01-08 05:36:17 +0000 |
| commit | e5255f3193867eac5a79e83742ba442a81a9edb2 (patch) | |
| tree | d36c490b4caae28128558014c2939d1c3c5a0596 /sys/modules/linux | |
| parent | 6dd6813a2cb72485e447cf7bb1f03efa9e3bd161 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 8f122ddfebe4..f97c6e04e9a9 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -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> |
