]>
Commit | Line | Data |
---|---|---|
5b2abdfb A |
1 | # @(#)Makefile.inc 8.1 (Berkeley) 6/2/93 |
2 | # $FreeBSD: src/lib/libc/compat-43/Makefile.inc,v 1.11 2001/03/27 17:26:46 ru Exp $ | |
3 | ||
4 | # compat-43 sources | |
5 | .PATH: ${.CURDIR}/${MACHINE_ARCH}/compat-43 ${.CURDIR}/compat-43 | |
6 | ||
7 | SRCS+= creat.c getwd.c send.c setpgrp.c setreuid.c setruid.c \ | |
8 | gethostid.c killpg.c sethostid.c setregid.c setrgid.c sigcompat.c | |
9 | ||
10 | ||
11 | .if ${LIB} == "c" | |
12 | MAN2+= creat.2 killpg.2 sigpause.2 sigvec.2 | |
13 | MAN3+= gethostid.3 setruid.3 | |
14 | ||
15 | MLINKS+=gethostid.3 sethostid.3 | |
16 | MLINKS+=setruid.3 setrgid.3 | |
17 | ||
18 | .endif |