diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2018-04-06 17:35:35 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2018-04-06 17:35:35 +0000 |
| commit | 6469bdcdb6a5968dc7edfcfb495d427b4bfdb3dd (patch) | |
| tree | 91aa218d5c7ba678789e2d491820dfe1e29122b4 /sys/modules/procfs | |
| parent | d9b41671bfa3cde03ac3795ef8320e718de20086 (diff) | |
Notes
Diffstat (limited to 'sys/modules/procfs')
| -rw-r--r-- | sys/modules/procfs/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile index baccfae503edb..5a819e2cae4b9 100644 --- a/sys/modules/procfs/Makefile +++ b/sys/modules/procfs/Makefile @@ -4,7 +4,6 @@ KMOD= procfs SRCS= -SRCS+= opt_compat.h SRCS+= vnode_if.h SRCS+= procfs_dbregs.c SRCS+= procfs_fpregs.c @@ -27,16 +26,4 @@ EXPORT_SYMS+= procfs_doprocfile EXPORT_SYMS+= procfs_doprocmem EXPORT_SYMS+= procfs_notsystem -.if !defined(KERNBUILDDIR) -opt_compat.h: - echo "#define COMPAT_43 1" > ${.TARGET} - echo "#define COMPAT_FREEBSD4 1" >> ${.TARGET} - echo "#define COMPAT_FREEBSD5 1" >> ${.TARGET} - echo "#define COMPAT_FREEBSD6 1" >> ${.TARGET} -.if ${MACHINE_CPUARCH} == "amd64" - echo "#define COMPAT_FREEBSD32 1" >> ${.TARGET} - echo "#define COMPAT_LINUX32 1" >> ${.TARGET} -.endif -.endif - .include <bsd.kmod.mk> |
