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