]> git.saurik.com Git - apple/libc.git/blob - compat-43/FreeBSD/Makefile.inc
Libc-391.5.22.tar.gz
[apple/libc.git] / compat-43 / FreeBSD / Makefile.inc
1 # @(#)Makefile.inc 8.1 (Berkeley) 6/2/93
2 # $FreeBSD: src/lib/libc/compat-43/Makefile.inc,v 1.12 2002/11/18 09:50:54 ru Exp $
3
4 # compat-43 sources
5 .PATH: ${.CURDIR}/${MACHINE_ARCH}/compat-43 ${.CURDIR}/compat-43
6
7 MISRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \
8 setrgid.c setruid.c sigcompat.c
9
10 MAN+= creat.2 killpg.2 sigpause.2 sigsetmask.2 sigvec.2
11 MAN+= gethostid.3 setruid.3
12
13 MLINKS+=gethostid.3 sethostid.3
14 MLINKS+=setruid.3 setrgid.3
15
16 MLINKS+=sigsetmask.2 sigblock.2
17 MLINKS+=sigsetmask.2 sigmask.2