NetBSD/sys/lib/Makefile

14 lines
222 B
Makefile
Raw Normal View History

1995-06-30 07:00:33 +04:00
# $NetBSD: Makefile,v 1.6 1995/06/30 03:00:33 christos 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(libnetboot)
SUBDIR+= libnetboot
.endif
.include <bsd.subdir.mk>