]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - lib/libc/compat-43/Makefile.inc
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / lib / libc / compat-43 / Makefile.inc
1 #       @(#)Makefile.inc        8.1 (Berkeley) 6/2/93
2 # $FreeBSD$
3
4 # compat-43 sources
5 .PATH: ${.CURDIR}/${MACHINE_ARCH}/compat-43 ${.CURDIR}/compat-43
6
7 SRCS+=  creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \
8         setrgid.c setruid.c sigcompat.c
9
10 SYM_MAPS+=${.CURDIR}/compat-43/Symbol.map
11
12 MAN+=   creat.2 killpg.2 sigpause.2 sigsetmask.2 sigvec.2
13 MAN+=   gethostid.3 setruid.3
14
15 MLINKS+=gethostid.3 sethostid.3
16 MLINKS+=setruid.3 setrgid.3
17
18 MLINKS+=sigsetmask.2 sigblock.2
19 MLINKS+=sigsetmask.2 sigmask.2