diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-21 13:30:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-21 13:30:30 +0000 |
commit | 7ba9c978d7d233383a6b83af111363c29eb0bc4e (patch) | |
tree | 1ea517a4da9e099cd39d30ad0fdb13de99007b56 /sys/arch/m68k/fpsp | |
parent | 50923917cdee50e246432f3f84c6f71727cf54f0 (diff) |
add cleandir target
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: |