Makefile.inc (a87df1c4d5bba6ac46c96665a7bcee743483962c) Makefile.inc (870039320ffbf6d3defd48faa288bb650ca2a1cb)
1# @(#)Makefile.inc 8.1 (Berkeley) 6/2/93
1# @(#)Makefile.inc 8.1 (Berkeley) 6/2/93
2# $Id$
2
3# compat-43 sources
3
4# compat-43 sources
4.PATH: ${.CURDIR}/${MACHINE}/compat-43 ${.CURDIR}/compat-43
5.PATH: ${.CURDIR}/../libc/${MACHINE}/compat-43 ${.CURDIR}/../libc/compat-43
5
6SRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \
7 setrgid.c setruid.c sigcompat.c
8
6
7SRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \
8 setrgid.c setruid.c sigcompat.c
9
10# Only build man pages with libc.
11.if ${LIB} == "c"
9MAN2+= compat-43/creat.2 compat-43/killpg.2 \
10 compat-43/sigblock.2 \
11 compat-43/sigpause.2 compat-43/sigsetmask.2 compat-43/sigvec.2
12
13MAN3+= compat-43/gethostid.3 compat-43/setruid.3
14
15MLINKS+=setruid.3 setrgid.3
16MLINKS+=gethostid.3 sethostid.3
12MAN2+= compat-43/creat.2 compat-43/killpg.2 \
13 compat-43/sigblock.2 \
14 compat-43/sigpause.2 compat-43/sigsetmask.2 compat-43/sigvec.2
15
16MAN3+= compat-43/gethostid.3 compat-43/setruid.3
17
18MLINKS+=setruid.3 setrgid.3
19MLINKS+=gethostid.3 sethostid.3
20.endif