add possibly working sparc libkern stuff
This commit is contained in:
parent
7db7c789ae
commit
0b7eb3ad09
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.4 1993/09/03 19:05:59 jtc Exp $
|
||||
# $Id: Makefile,v 1.5 1993/09/05 21:39:52 deraadt Exp $
|
||||
|
||||
LIB= kern
|
||||
NOPROFILE=
|
||||
@ -16,9 +16,11 @@ NOPROFILE=
|
||||
.endif
|
||||
|
||||
LIBC= ${.CURDIR}/../../lib/libc
|
||||
.PATH: ${LIBC}/string ${LIBC}/${MACHINE}/string
|
||||
.PATH: ${LIBC}/net ${LIBC}/${MACHINE}/net
|
||||
.PATH: ${LIBC}/string ${LIBC}/${MACHINE}/string
|
||||
.PATH: ${LIBC}/net ${LIBC}/${MACHINE}/net
|
||||
.PATH: ${LIBC}/gen ${LIBC}/${MACHINE}/gen
|
||||
.PATH: ${LIBC}/stdlib ${LIBC}/${MACHINE}/stdlib
|
||||
.PATH: ${LIBC}/sys ${LIBC}/${MACHINE}/sys
|
||||
AINC+= -I${LIBC}/${MACHINE}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user