158f0484fSRodney W. Grimes# @(#)Makefile.inc 8.1 (Berkeley) 6/2/93 258f0484fSRodney W. Grimes 358f0484fSRodney W. Grimes# compat-43 sources 458f0484fSRodney W. Grimes.PATH: ${.CURDIR}/${MACHINE}/compat-43 ${.CURDIR}/compat-43 558f0484fSRodney W. Grimes 658f0484fSRodney W. GrimesSRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \ 7a87df1c4SBruce Evans setrgid.c setruid.c sigcompat.c 858f0484fSRodney W. Grimes 92ceb2ce9SGarrett WollmanMAN2+= compat-43/creat.2 compat-43/killpg.2 \ 10a87df1c4SBruce Evans compat-43/sigblock.2 \ 112ceb2ce9SGarrett Wollman compat-43/sigpause.2 compat-43/sigsetmask.2 compat-43/sigvec.2 1258f0484fSRodney W. Grimes 132ceb2ce9SGarrett WollmanMAN3+= compat-43/gethostid.3 compat-43/setruid.3 142ceb2ce9SGarrett Wollman 152ceb2ce9SGarrett WollmanMLINKS+=setruid.3 setrgid.3 16eddd756fSBruce EvansMLINKS+=gethostid.3 sethostid.3 17