diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/Makefile')
-rw-r--r-- | sys/arch/mvme88k/stand/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/mvme88k/stand/Makefile b/sys/arch/mvme88k/stand/Makefile new file mode 100644 index 00000000000..39788d542fb --- /dev/null +++ b/sys/arch/mvme88k/stand/Makefile @@ -0,0 +1,4 @@ +SUBDIRS = libbug kerncrt boot bugexec +SUBDIR = libbug kerncrt boot bugexec + +.include <bsd.prog.mk> |