NetBSD/sys/lib/Makefile

17 lines
261 B
Makefile
Raw Normal View History

1994-10-26 08:27:43 +03:00
# $NetBSD: Makefile,v 1.5 1994/10/26 05:36:41 cgd Exp $
1994-07-27 07:10:37 +04:00
.if exists(libsa)
SUBDIR+= libsa
.endif
1993-12-04 06:13:31 +03:00
.if exists(libc_sa)
SUBDIR+= libc_sa
.endif
.if exists(libkern)
SUBDIR+= libkern
.endif
.if exists(libnetboot)
SUBDIR+= libnetboot
.endif
.include <bsd.subdir.mk>