summaryrefslogtreecommitdiff
path: root/sys/lib/Makefile
blob: def5fbbcb5d7a050d5a03d1d0e973f4ea88211a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$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>