diff options
author | 1996-06-02 11:43:46 +0000 | |
---|---|---|
committer | 1996-06-02 11:43:46 +0000 | |
commit | 4ae512850b94d89d918f877e27796c195c896bae (patch) | |
tree | d981d82f8ed4508d602b3457d5a75e6cb3fa02b8 | |
parent | create vnd filesystem in a file in /tmp (now we assume /tmp is a non-nfs (diff) | |
download | wireguard-openbsd-4ae512850b94d89d918f877e27796c195c896bae.tar.xz wireguard-openbsd-4ae512850b94d89d918f877e27796c195c896bae.zip |
traverse down below, building what we need
-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> |