Deleted Added
sdiff udiff text old ( 30447 ) new ( 30624 )
full compact
1# @(#)Makefile.inc 8.1 (Berkeley) 6/2/93
2# $Id: Makefile.inc,v 1.5 1997/05/03 03:49:51 jb Exp $
3
4# compat-43 sources
5.PATH: ${.CURDIR}/../libc/${MACHINE}/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
12
13MAN3+= gethostid.3 setruid.3
14
15MLINKS+=setruid.3 setrgid.3
16MLINKS+=gethostid.3 sethostid.3
17.endif