14 lines
217 B
Makefile
14 lines
217 B
Makefile
# $Id: Makefile,v 1.3 1993/12/04 03:13:31 cgd Exp $
|
|
|
|
.if exists(libc_sa)
|
|
SUBDIR+= libc_sa
|
|
.endif
|
|
.if exists(libkern)
|
|
SUBDIR+= libkern
|
|
.endif
|
|
.if exists(libnetboot)
|
|
SUBDIR+= libnetboot
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|