NetBSD/sys/lib/Makefile

17 lines
260 B
Makefile

# $Id: Makefile,v 1.4 1994/07/27 03:10:37 brezak 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>