Deleted Added
full compact
Makefile.inc (50476) Makefile.inc (71177)
1# @(#)Makefile.inc 8.1 (Berkeley) 6/2/93
1# @(#)Makefile.inc 8.1 (Berkeley) 6/2/93
2# $FreeBSD: head/lib/libc/compat-43/Makefile.inc 50476 1999-08-28 00:22:10Z peter $
2# $FreeBSD: head/lib/libc/compat-43/Makefile.inc 71177 2001-01-17 19:20:58Z ben $
3
4# compat-43 sources
5.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/compat-43 ${.CURDIR}/../libc/compat-43
6
7SRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \
8 setrgid.c setruid.c sigcompat.c
9
10.if ${LIB} == "c"
3
4# compat-43 sources
5.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/compat-43 ${.CURDIR}/../libc/compat-43
6
7SRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \
8 setrgid.c setruid.c sigcompat.c
9
10.if ${LIB} == "c"
11MAN2+= creat.2 killpg.2 sigblock.2 sigpause.2 sigsetmask.2 sigvec.2
11MAN2+= creat.2 killpg.2 sigpause.2 sigsetmask.2 sigvec.2
12MAN3+= gethostid.3 setruid.3
13
14MLINKS+=gethostid.3 sethostid.3
15MLINKS+=setruid.3 setrgid.3
12MAN3+= gethostid.3 setruid.3
13
14MLINKS+=gethostid.3 sethostid.3
15MLINKS+=setruid.3 setrgid.3
16
17MLINKS+=sigsetmask.2 sigblock.2
18MLINKS+=sigsetmask.2 sigmask.2
16.endif
19.endif