Makefile.inc (2ceb2ce9eed6efe8076988a9e81722d6a920245d) | Makefile.inc (eddd756f9caf2c91c6418fbc82dd1265c259f7ac) |
---|---|
1# @(#)Makefile.inc 8.1 (Berkeley) 6/2/93 2 3# compat-43 sources 4.PATH: ${.CURDIR}/${MACHINE}/compat-43 ${.CURDIR}/compat-43 5 6SRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \ 7 setregid.c setreuid.c setrgid.c setruid.c sigcompat.c 8 9MAN2+= compat-43/creat.2 compat-43/killpg.2 \ 10 compat-43/setregid.2 compat-43/setreuid.2 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 | 1# @(#)Makefile.inc 8.1 (Berkeley) 6/2/93 2 3# compat-43 sources 4.PATH: ${.CURDIR}/${MACHINE}/compat-43 ${.CURDIR}/compat-43 5 6SRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \ 7 setregid.c setreuid.c setrgid.c setruid.c sigcompat.c 8 9MAN2+= compat-43/creat.2 compat-43/killpg.2 \ 10 compat-43/setregid.2 compat-43/setreuid.2 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.2 sethostid.2 | 16MLINKS+=gethostid.3 sethostid.3 |