diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1997-05-23 08:30:37 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1997-05-23 08:30:37 +0000 |
| commit | 611b2d774fe9a13e18b2fbb5fc85fbd9d43c0546 (patch) | |
| tree | e792612cdbac3739947050bb4a673c5c4ad5f8c2 /lib/libc/sys | |
| parent | f8195b2b9af66c5aee1d903aeb30a71a2ed8db3b (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/Makefile.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index a334a3f8452f..9c6cc154087b 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 -# $Id: Makefile.inc,v 1.20 1996/09/20 13:55:25 phk Exp $ +# $Id: Makefile.inc,v 1.20.2.1 1997/05/03 11:22:34 peter Exp $ # sys sources .PATH: ${.CURDIR}/${MACHINE}/sys ${.CURDIR}/sys @@ -41,40 +41,40 @@ PSEUDO= _exit.o _getlogin.o OBJS+= ${ASM} ${PSEUDO} -${ASM}: ${.CURDIR}/${MACHINE}/SYS.h /usr/include/sys/syscall.h +${ASM}: ${.CURDIR}/${MACHINE}/SYS.h ${DESTDIR}/usr/include/sys/syscall.h @${ECHO} creating ${.PREFIX}.o @printf '#include "SYS.h"\nRSYSCALL(${.PREFIX})\n' | \ ${CPP} ${CFLAGS:M-[ID]*} ${AINC} | ${AS} -o ${.PREFIX}.o @${LD} -O ${.PREFIX}.o -x -r ${.PREFIX}.o PASM= ${ASM:.o=.po} -${PASM}: ${.CURDIR}/${MACHINE}/SYS.h /usr/include/sys/syscall.h +${PASM}: ${.CURDIR}/${MACHINE}/SYS.h ${DESTDIR}/usr/include/sys/syscall.h @${ECHO} creating ${.PREFIX}.po @printf '#include "SYS.h"\nRSYSCALL(${.PREFIX})\n' | \ ${CPP} -DPROF ${CFLAGS:M-[ID]*} ${AINC} | ${AS} -o ${.PREFIX}.po @${LD} -O ${.PREFIX}.po -x -r ${.PREFIX}.po SASM= ${ASM:.o=.so} -${SASM}: ${.CURDIR}/${MACHINE}/SYS.h /usr/include/sys/syscall.h +${SASM}: ${.CURDIR}/${MACHINE}/SYS.h ${DESTDIR}/usr/include/sys/syscall.h @${ECHO} creating ${.PREFIX}.so @printf '#include "SYS.h"\nRSYSCALL(${.PREFIX})\n' | \ ${CPP} -DPIC ${CFLAGS:M-[ID]*} ${AINC} | ${AS} -k -o ${.PREFIX}.so -${PSEUDO}: ${.CURDIR}/${MACHINE}/SYS.h /usr/include/sys/syscall.h +${PSEUDO}: ${.CURDIR}/${MACHINE}/SYS.h ${DESTDIR}/usr/include/sys/syscall.h @${ECHO} creating ${.PREFIX}.o @printf '#include "SYS.h"\nPSEUDO(${.PREFIX},${.PREFIX:S/_//})\n' | \ ${CPP} ${CFLAGS:M-[ID]*} ${AINC} | ${AS} -o ${.PREFIX}.o @${LD} -O ${.PREFIX}.o -x -r ${.PREFIX}.o PPSEUDO=${PSEUDO:.o=.po} -${PPSEUDO}: ${.CURDIR}/${MACHINE}/SYS.h /usr/include/sys/syscall.h +${PPSEUDO}: ${.CURDIR}/${MACHINE}/SYS.h ${DESTDIR}/usr/include/sys/syscall.h @${ECHO} creating ${.PREFIX}.po @printf '#include "SYS.h"\nPSEUDO(${.PREFIX},${.PREFIX:S/_//})\n' | \ ${CPP} -DPROF ${CFLAGS:M-[ID]*} ${AINC} | ${AS} -o ${.PREFIX}.po @${LD} -O ${.PREFIX}.po -x -r ${.PREFIX}.po SPSEUDO=${PSEUDO:.o=.so} -${SPSEUDO}: ${.CURDIR}/${MACHINE}/SYS.h /usr/include/sys/syscall.h +${SPSEUDO}: ${.CURDIR}/${MACHINE}/SYS.h ${DESTDIR}/usr/include/sys/syscall.h @${ECHO} creating ${.PREFIX}.so @printf '#include "SYS.h"\nPSEUDO(${.PREFIX},${.PREFIX:S/_//})\n' | \ ${CPP} -DPIC ${CFLAGS:M-[ID]*} ${AINC} | ${AS} -k -o ${.PREFIX}.so |
