diff options
author | 1996-08-23 23:15:50 +0000 | |
---|---|---|
committer | 1996-08-23 23:15:50 +0000 | |
commit | dba2a2ec2e41f7b0ce88395cdd7f644b2e6b6869 (patch) | |
tree | a53d58a66909d181d1c0473d2dd6efb5aeb1e717 | |
parent | OK this time for real: Support MAKEOBJDIR, and force the obj rule. (diff) | |
download | wireguard-openbsd-dba2a2ec2e41f7b0ce88395cdd7f644b2e6b6869.tar.xz wireguard-openbsd-dba2a2ec2e41f7b0ce88395cdd7f644b2e6b6869.zip |
From NetBSD: Build rules for amiga/stand
-rw-r--r-- | sys/arch/amiga/stand/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/arch/amiga/stand/Makefile b/sys/arch/amiga/stand/Makefile new file mode 100644 index 00000000000..67d17c0804f --- /dev/null +++ b/sys/arch/amiga/stand/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1 1996/08/23 23:15:50 niklas Exp $ +# $NetBSD: Makefile,v 1.1.2.1 1996/06/08 15:44:55 is Exp $ + +SUBDIR=binpatch loadkmap + +.include <bsd.subdir.mk> |