diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-07-01 17:10:00 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-07-01 17:10:00 +0000 |
| commit | 7f591b7e4b7bdd480e9ec70953fe59c7c08e9e99 (patch) | |
| tree | 008c617a06e7fb4fa2317d88cc2d1c4ba966eca6 /sys/modules/linux/Makefile | |
| parent | 857c5980c492332e263263b2a544df36e3d32ea0 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux/Makefile')
| -rw-r--r-- | sys/modules/linux/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index c1153cb773e0..494574c2f9a3 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,18 +1,18 @@ -# $Id: Makefile,v 1.15 1998/02/06 23:54:21 eivind Exp $ +# $Id: Makefile,v 1.16 1998/03/19 12:35:55 bde Exp $ .PATH: ${.CURDIR}/../../sys/i386/linux KMOD= linux_mod SRCS= linux.c linux_file.c linux_ioctl.c linux_misc.c linux_signal.c \ linux_ipc.c linux_socket.c linux_stats.c \ linux_dummy.c linux_sysent.c linux_sysvec.c linux_util.c \ - imgact_linux.c opt_compat.h vnode_if.h + imgact_linux.c opt_compat.h opt_linux.h opt_vmpage.h vnode_if.h OBJS= linux_locore.o MAN8= linux.8 CFLAGS+= -DLKM -DCOMPAT_LINUX #-DDEBUG EXPORT_SYMS=_linux_mod CLEANFILES+= vnode_if.h vnode_if.c linux_genassym.o linux_genassym \ - linux_assym.h opt_compat.h + linux_assym.h opt_compat.h opt_linux.h opt_vmpage.h linux_assym.h: linux_genassym ./linux_genassym > linux_assym.h @@ -30,6 +30,9 @@ linux_genassym: linux_genassym.o opt_compat.h: echo "#define COMPAT_43 1" > opt_compat.h +opt_linux.h opt_vmpage.h: + touch ${.TARGET} + afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/linux ${DESTDIR}/usr/bin |
