diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-07 21:15:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-07 21:15:18 +0000 |
commit | d77989185759a136f8a48012552f45a24678612e (patch) | |
tree | 92b5e00593110ea236ec91cba0494ff5516bbe35 /sys/arch/m68k/Makefile | |
parent | 13e018fa2064ca59e3e62a83013422a54354d132 (diff) |
fpsp is a subdir
Diffstat (limited to 'sys/arch/m68k/Makefile')
-rw-r--r-- | sys/arch/m68k/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/arch/m68k/Makefile b/sys/arch/m68k/Makefile new file mode 100644 index 00000000000..83bac8a6f9f --- /dev/null +++ b/sys/arch/m68k/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $ + +SUBDIR+= fpsp + +.include <bsd.subdir.mk> |