diff options
Diffstat (limited to 'lib/libc/compat-43/Makefile.inc')
-rw-r--r-- | lib/libc/compat-43/Makefile.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/compat-43/Makefile.inc b/lib/libc/compat-43/Makefile.inc index dc6901de44b..abdca33e8ba 100644 --- a/lib/libc/compat-43/Makefile.inc +++ b/lib/libc/compat-43/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.8 2010/02/03 20:49:00 miod Exp $ +# $OpenBSD: Makefile.inc,v 1.9 2016/03/30 06:38:41 jmc Exp $ # compat-43 sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/compat-43 ${LIBCSRCDIR}/compat-43 @@ -8,6 +8,3 @@ SRCS+= creat.c getdtablesize.c gethostid.c getwd.c killpg.c sethostid.c \ MAN+= creat.3 getdtablesize.3 gethostid.3 killpg.3 \ sigblock.3 sigpause.3 sigsetmask.3 sigvec.3 - -MLINKS+=gethostid.3 sethostid.3 -MLINKS+=sigblock.3 sigmask.3 |