diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-18 09:50:57 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-18 09:50:57 +0000 |
| commit | c51d717f0c0adcb64bbf49ef373972c2367c50ec (patch) | |
| tree | 4be9315729643aac6dedae31e641794773358f91 /lib/libc/compat-43 | |
| parent | 5d7c75f0adffaee638096a11223106ae303e9a66 (diff) | |
Notes
Diffstat (limited to 'lib/libc/compat-43')
| -rw-r--r-- | lib/libc/compat-43/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/compat-43/Makefile.inc b/lib/libc/compat-43/Makefile.inc index dc930e0c87012..2eca9535d96e2 100644 --- a/lib/libc/compat-43/Makefile.inc +++ b/lib/libc/compat-43/Makefile.inc @@ -2,12 +2,11 @@ # $FreeBSD$ # compat-43 sources -.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/compat-43 ${.CURDIR}/../libc/compat-43 +.PATH: ${.CURDIR}/${MACHINE_ARCH}/compat-43 ${.CURDIR}/compat-43 SRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \ setrgid.c setruid.c sigcompat.c -.if ${LIB} == "c" MAN+= creat.2 killpg.2 sigpause.2 sigsetmask.2 sigvec.2 MAN+= gethostid.3 setruid.3 @@ -16,4 +15,3 @@ MLINKS+=setruid.3 setrgid.3 MLINKS+=sigsetmask.2 sigblock.2 MLINKS+=sigsetmask.2 sigmask.2 -.endif |
