diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-02 11:43:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-02 11:43:51 +0000 |
commit | fa7f249e72f2d3864b8823111d7659735f03e601 (patch) | |
tree | f3da881119b35c0b1335b881d1ef0b44f8903e4c /distrib/i386/Makefile | |
parent | 125a11922592916a824e1d6e5ae725f8842d1cd4 (diff) |
traverse down below, building what we need
Diffstat (limited to 'distrib/i386/Makefile')
-rw-r--r-- | distrib/i386/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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> |