1994-07-27 07:10:37 +04:00
|
|
|
# $Id: Makefile,v 1.4 1994/07/27 03:10:37 brezak Exp $
|
1993-10-13 08:40:23 +03:00
|
|
|
|
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
|
1993-10-13 08:40:23 +03:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|