1 # $NetBSD: Makefile,v 1.4 2003/10/08 18:51:50 dsl Exp $ 2 3 SUBDIR= bootxx_ffsv1 bootxx_ffsv2 bootxx_lfsv1 bootxx_lfsv2 4 SUBDIR+=bootxx_msdos bootxx_ustarfs 5 6 LIBOBJ= ${.OBJDIR} 7 .MAKEOVERRIDES+= LIBOBJ 8 9 .include <bsd.subdir.mk> 10 11 cleandir distclean: cleanlibdir 12 13 cleanlibdir: 14 -rm -rf lib 15