diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-28 14:46:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-28 14:46:47 +0000 |
commit | 68c4f50117319a5fe173d64ff6e65475c6b4d7a0 (patch) | |
tree | 31a3b4b6a763649606a5d194a72dc3f806f07278 | |
parent | 3041433a2c99b5de3083fba803fd3648c05ab86d (diff) |
allow use of obj dirs
-rw-r--r-- | sys/arch/m68k/fpsp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/m68k/fpsp/Makefile b/sys/arch/m68k/fpsp/Makefile index ce9dcca6411..abc7f301463 100644 --- a/sys/arch/m68k/fpsp/Makefile +++ b/sys/arch/m68k/fpsp/Makefile @@ -336,3 +336,7 @@ clean: clobber: clean +_SUBDIRUSE: + +.include <bsd.obj.mk> +.include <bsd.own.mk> |