diff options
-rw-r--r-- | distrib/Makefile | 5 | ||||
-rw-r--r-- | distrib/i386/Makefile | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/distrib/Makefile b/distrib/Makefile new file mode 100644 index 00000000000..236c49899c0 --- /dev/null +++ b/distrib/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 1996/06/02 11:43:46 deraadt Exp $ + +SUBDIR= ${MACHINE} + +.include <bsd.subdir.mk> diff --git a/distrib/i386/Makefile b/distrib/i386/Makefile new file mode 100644 index 00000000000..eff61cd2fc2 --- /dev/null +++ b/distrib/i386/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 1996/06/02 11:43:50 deraadt Exp $ + +SUBDIR= ../crunch floppies + +.include <bsd.subdir.mk> |