diff options
Diffstat (limited to 'sys/arch/m68k/fpsp')
-rw-r--r-- | sys/arch/m68k/fpsp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/m68k/fpsp/Makefile b/sys/arch/m68k/fpsp/Makefile index a08c2ba3d7b..ad8dbaa61a3 100644 --- a/sys/arch/m68k/fpsp/Makefile +++ b/sys/arch/m68k/fpsp/Makefile @@ -325,7 +325,7 @@ l_stwotox.s: stwotox.s # # Extract all files from SCCS directory # -clean: +clean cleandir: rm -f $(H_FILES) rm -f $(S_FILES) rm -f $(O_FILES) @@ -334,8 +334,6 @@ clean: rm -f $(LIB_O_FILES) rm -f $(LIB_TARGET) -clobber: clean - _SUBDIRUSE: install: |