# $NetBSD: Makefile.inc,v 1.21 2018/05/27 01:14:50 christos Exp $
#
# Configuration variables (default values are below):
#
# S must be set to the top of the 'sys' tree.
# FPSPDST may be set to the location of the directory where library
# objects are to be built. Defaults to ${.OBJDIR}/lib/kern.
# FPSP_AS isn't there. We always build an object file.
# FPSPMISCCPPFLAGS
# Miscellaneous cpp flags to be passed to the library's Makefile
# when building.
# FPSPMISCMAKEFLAGS
# Miscellaneous flags to be passed to the library's Makefile when
# building. See library's Makefile for more details about
# supported flags and their default values.
cleandir distclean: .NOTMAIN cleandirfpsp
cleandirfpsp: .NOTMAIN __always_make_fpsp
# So we don't really need a cleandir target without a depend target.
# On the other hand, were "make cleandir" in the kernel build
# directory to fail to remove all the floating point objects, that
# would tend to violate the principle of least surprise!
@echo cleandiring the 68040 FPSP objects
@${FPSPMAKE} clean