deal with missing lib dirs
This commit is contained in:
parent
50b7483ec2
commit
4b9f919ec3
|
@ -1,5 +1,13 @@
|
|||
# $Id: Makefile,v 1.2 1993/10/13 10:58:41 cgd Exp $
|
||||
# $Id: Makefile,v 1.3 1993/12/04 03:13:31 cgd Exp $
|
||||
|
||||
SUBDIR+= libc_sa libkern libnetboot
|
||||
.if exists(libc_sa)
|
||||
SUBDIR+= libc_sa
|
||||
.endif
|
||||
.if exists(libkern)
|
||||
SUBDIR+= libkern
|
||||
.endif
|
||||
.if exists(libnetboot)
|
||||
SUBDIR+= libnetboot
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
Loading…
Reference in New Issue