summaryrefslogtreecommitdiffstats
path: root/lib/libc/compat-43/Makefile.inc
blob: 54ebdab493c652cf7e22a5da127d88821a6baf35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	@(#)Makefile.inc	8.1 (Berkeley) 6/2/93
#	$Id: Makefile.inc,v 1.7 1997/10/21 08:41:04 bde Exp $

# compat-43 sources
.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/compat-43 ${.CURDIR}/../libc/compat-43

SRCS+=	creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \
	setrgid.c setruid.c sigcompat.c

.if ${LIB} == "c"
MAN2+=	creat.2 killpg.2 sigblock.2 sigpause.2 sigsetmask.2 sigvec.2
MAN3+=	gethostid.3 setruid.3

MLINKS+=gethostid.3 sethostid.3
MLINKS+=setruid.3 setrgid.3
.endif
OpenPOWER on IntegriCloud