Makefile revision 1.8
1# $NetBSD: Makefile,v 1.8 2005/10/06 08:22:58 dyoung Exp $ 2 3SUBDIR= bootxx_cd9660 .WAIT bootxx_ffsv1 bootxx_ffsv2 bootxx_lfsv1 bootxx_lfsv2 4SUBDIR+=bootxx_msdos bootxx_ustarfs 5 6LIBOBJ:= ${.OBJDIR} 7.MAKEOVERRIDES+= LIBOBJ 8 9.include <bsd.subdir.mk> 10.include <bsd.obj.mk> 11 12cleandir distclean: cleanlibdir 13 14cleanlibdir: 15 -rm -rf lib 16