Install libkern.a in sys/arch/${MACHINE}/compile.

This commit is contained in:
jtc 1993-09-10 23:32:17 +00:00
parent 042a6b6653
commit 46994ea76a
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# $Id: Makefile,v 1.5 1993/09/05 21:39:52 deraadt Exp $
# $Id: Makefile,v 1.6 1993/09/10 23:32:17 jtc Exp $
LIB= kern
LIBDIR= ${.CURDIR}/../arch/${MACHINE}/compile
NOPROFILE=
.if exists (${.CURDIR}/${MACHINE}/Makefile.inc)