also visit mount_* for 'make clean' and 'make distclean'

Pointed out by Minoura Makoto in private e-mail.
This commit is contained in:
jdolecek 2000-11-16 08:07:55 +00:00
parent 9dd26cf7c4
commit bec09f2dd9
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.71 2000/11/13 05:29:31 jdolecek Exp $
# $NetBSD: Makefile,v 1.72 2000/11/16 08:07:55 jdolecek Exp $
# @(#)Makefile 8.5 (Berkeley) 3/31/94
# Not ported: XNSrouted enpload scsiformat startslip
@ -18,10 +18,10 @@ SUBDIR+= newfs_msdos fsck_msdos
SUBDIR+= mount_portal
# following is now build into mount(8) now (see mount/Makefile)
# we only dive into those subdirs for make obj - some arch's floppies
# we only dive into those subdirs for make obj/clean - some arch's floppies
# compile individual mount_* and hence need the obj dirs to allow shared
# source tree
.if make(obj)
.if make(obj) || make(clean) || make(distclean)
SUBDIR+= mount_ados mount_cd9660 mount_ext2fs mount_fdesc mount_filecore \
mount_ffs mount_kernfs mount_lfs mount_msdos mount_nfs \
mount_ntfs mount_null mount_overlay mount_procfs mount_umap \