Deleted Added
full compact
Makefile (197428) Makefile (205014)
1# $FreeBSD: head/sys/modules/procfs/Makefile 197428 2009-09-23 12:08:08Z kib $
1# $FreeBSD: head/sys/modules/procfs/Makefile 205014 2010-03-11 14:49:06Z nwhitehorn $
2
3.PATH: ${.CURDIR}/../../fs/procfs
4
5KMOD= procfs
6SRCS=
7SRCS+= opt_compat.h
8SRCS+= vnode_if.h
9SRCS+= procfs_ctl.c

--- 20 unchanged lines hidden (view full) ---

30
31.if !defined(KERNBUILDDIR)
32opt_compat.h:
33 echo "#define COMPAT_43 1" > ${.TARGET}
34 echo "#define COMPAT_FREEBSD4 1" >> ${.TARGET}
35 echo "#define COMPAT_FREEBSD5 1" >> ${.TARGET}
36 echo "#define COMPAT_FREEBSD6 1" >> ${.TARGET}
37.if ${MACHINE_ARCH} == "amd64"
2
3.PATH: ${.CURDIR}/../../fs/procfs
4
5KMOD= procfs
6SRCS=
7SRCS+= opt_compat.h
8SRCS+= vnode_if.h
9SRCS+= procfs_ctl.c

--- 20 unchanged lines hidden (view full) ---

30
31.if !defined(KERNBUILDDIR)
32opt_compat.h:
33 echo "#define COMPAT_43 1" > ${.TARGET}
34 echo "#define COMPAT_FREEBSD4 1" >> ${.TARGET}
35 echo "#define COMPAT_FREEBSD5 1" >> ${.TARGET}
36 echo "#define COMPAT_FREEBSD6 1" >> ${.TARGET}
37.if ${MACHINE_ARCH} == "amd64"
38 echo "#define COMPAT_IA32 1" >> ${.TARGET}
38 echo "#define COMPAT_FREEBSD32 1" >> ${.TARGET}
39 echo "#define COMPAT_LINUX32 1" >> ${.TARGET}
40.endif
41.endif
42
43.include <bsd.kmod.mk>
39 echo "#define COMPAT_LINUX32 1" >> ${.TARGET}
40.endif
41.endif
42
43.include <bsd.kmod.mk>