17 lines
261 B
Makefile
17 lines
261 B
Makefile
# $NetBSD: Makefile,v 1.5 1994/10/26 05:36:41 cgd Exp $
|
|
|
|
.if exists(libsa)
|
|
SUBDIR+= libsa
|
|
.endif
|
|
.if exists(libc_sa)
|
|
SUBDIR+= libc_sa
|
|
.endif
|
|
.if exists(libkern)
|
|
SUBDIR+= libkern
|
|
.endif
|
|
.if exists(libnetboot)
|
|
SUBDIR+= libnetboot
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|