16 lines
332 B
Makefile
16 lines
332 B
Makefile
# $NetBSD: Makefile,v 1.10 2005/12/11 12:17:48 christos Exp $
|
|
|
|
SUBDIR= bootxx_cd9660 bootxx_ffsv1 .WAIT bootxx_ffsv2 bootxx_lfsv1 bootxx_lfsv2
|
|
SUBDIR+=bootxx_msdos bootxx_ustarfs
|
|
|
|
LIBOBJ:= ${.OBJDIR}
|
|
.MAKEOVERRIDES+= LIBOBJ
|
|
|
|
.include <bsd.subdir.mk>
|
|
.include <bsd.obj.mk>
|
|
|
|
cleandir distclean: cleanlibdir
|
|
|
|
cleanlibdir:
|
|
-rm -rf lib
|