diff options
Diffstat (limited to 'lib/libc/compat-43/Makefile.inc')
-rw-r--r-- | lib/libc/compat-43/Makefile.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/compat-43/Makefile.inc b/lib/libc/compat-43/Makefile.inc index ffd0419b575..e6a37906786 100644 --- a/lib/libc/compat-43/Makefile.inc +++ b/lib/libc/compat-43/Makefile.inc @@ -1,14 +1,13 @@ -# $OpenBSD: Makefile.inc,v 1.6 2003/01/31 21:47:45 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2003/05/08 23:30:01 millert Exp $ # compat-43 sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/compat-43 ${LIBCSRCDIR}/compat-43 SRCS+= creat.c getdtablesize.c gethostid.c getwd.c killpg.c sethostid.c \ - setpgrp.c setrgid.c setruid.c sigcompat.c + setpgrp.c sigcompat.c MAN+= creat.3 getdtablesize.3 gethostid.3 killpg.3 \ - setruid.3 sigblock.3 sigpause.3 sigsetmask.3 sigvec.3 + sigblock.3 sigpause.3 sigsetmask.3 sigvec.3 -MLINKS+=setruid.3 setrgid.3 MLINKS+=gethostid.3 sethostid.3 MLINKS+=sigblock.3 sigmask.3 |