deal with missing lib dirs

This commit is contained in:
cgd 1993-12-04 03:13:31 +00:00
parent 50b7483ec2
commit 4b9f919ec3
1 changed files with 10 additions and 2 deletions

View File

@ -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>