summaryrefslogtreecommitdiff
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
committerBruce Evans <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
commit6f940b38476a3dc6ecaca7ad305eddf1f9eab154 (patch)
treea75309cf2a123fe17ec5d563ef84cd1db17898a6 /sys/modules/linux
parentbc019cca2fb755ab66c54bc88a073e843b66bb55 (diff)
Notes
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 2c186f6dd9de..7c5a53e3e43f 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -14,8 +14,7 @@ MAN8= linux.8
# CFLAGS+= -DDEBUG
EXPORT_SYMS=_linux_mod
-CLEANFILES+= vnode_if.h vnode_if.c linux_genassym.o linux_genassym \
- linux_assym.h opt_compat.h opt_linux.h opt_vmpage.h
+CLEANFILES= linux_assym.h linux_genassym linux_genassym.o
build-tools: linux_genassym
@@ -35,9 +34,6 @@ 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.sh ${DESTDIR}/usr/sbin/linux