NetBSD/sys/lib/Makefile

14 lines
217 B
Makefile
Raw Normal View History

1993-12-04 06:13:31 +03:00
# $Id: Makefile,v 1.3 1993/12/04 03:13:31 cgd Exp $
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>