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 \ 758f0484fSRodney W. Grimes setregid.c setreuid.c setrgid.c setruid.c sigcompat.c 858f0484fSRodney W. Grimes 92ceb2ce9SGarrett WollmanMAN2+= compat-43/creat.2 compat-43/killpg.2 \ 102ceb2ce9SGarrett Wollman compat-43/setregid.2 compat-43/setreuid.2 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 1658f0484fSRodney W. GrimesMLINKS+=gethostid.2 sethostid.2 17