]> git.saurik.com Git - apple/libc.git/blame - compat-43/Makefile.inc
Libc-262.2.12.tar.gz
[apple/libc.git] / compat-43 / Makefile.inc
CommitLineData
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
7SRCS+= 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"
12MAN2+= creat.2 killpg.2 sigpause.2 sigvec.2
13MAN3+= gethostid.3 setruid.3
14
15MLINKS+=gethostid.3 sethostid.3
16MLINKS+=setruid.3 setrgid.3
17
18.endif