91f5ee90a4
twice.
16 lines
311 B
Makefile
16 lines
311 B
Makefile
# $NetBSD: Makefile,v 1.6 2003/11/20 16:16:41 dsl Exp $
|
|
|
|
SUBDIR= 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
|