diff options
author | obrien <obrien@FreeBSD.org> | 2000-10-08 16:56:04 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-10-08 16:56:04 +0000 |
commit | cd0e1ea5f53f5f92263d437178724f16efed8dc8 (patch) | |
tree | c8242c23ecc93fc9db4ddaaaacf81eed0f2fc8cf /sys/modules/ibcs2 | |
parent | b587783ac1834004dedcd4739609caeba4094dcd (diff) | |
download | FreeBSD-src-cd0e1ea5f53f5f92263d437178724f16efed8dc8.zip FreeBSD-src-cd0e1ea5f53f5f92263d437178724f16efed8dc8.tar.gz |
Don't install manpages.
They are being moved elsewhere, and they are causing problems being here.
Diffstat (limited to 'sys/modules/ibcs2')
-rw-r--r-- | sys/modules/ibcs2/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile index 773eb0b..4e5f45b 100644 --- a/sys/modules/ibcs2/Makefile +++ b/sys/modules/ibcs2/Makefile @@ -8,9 +8,6 @@ SRCS= ibcs2_errno.c ibcs2_ipc.c ibcs2_stat.c ibcs2_misc.c \ ibcs2_isc.c ibcs2_isc_sysent.c \ ibcs2_msg.c ibcs2_other.c ibcs2_sysi86.c ibcs2_sysvec.c \ vnode_if.h opt_spx_hack.h -.if exists(${DESTDIR}/usr/share/man/man8) -MAN8= ibcs2.8 -.endif CFLAGS+= -DCOMPAT_IBCS2 EXPORT_SYMS= _ibcs2_mod _ibcs2_emul_path _ibcs2_svr3_sysvec |