diff options
author | 1999-09-09 21:25:49 +0000 | |
---|---|---|
committer | 1999-09-09 21:25:49 +0000 | |
commit | 94978763f68e17fd5269e4ff968fe2318e46cf9a (patch) | |
tree | 51655088f2336a39f7094fbf7e6582a48a505c2e | |
parent | Put the loadbsd amigaos binary into our repository to ease (diff) | |
download | wireguard-openbsd-94978763f68e17fd5269e4ff968fe2318e46cf9a.tar.xz wireguard-openbsd-94978763f68e17fd5269e4ff968fe2318e46cf9a.zip |
... and activate subdir
-rw-r--r-- | sys/arch/amiga/stand/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amiga/stand/Makefile b/sys/arch/amiga/stand/Makefile index f97da891d20..ce03a9d73c9 100644 --- a/sys/arch/amiga/stand/Makefile +++ b/sys/arch/amiga/stand/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 1997/01/16 09:26:18 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 1999/09/09 21:25:49 espie Exp $ # $NetBSD: Makefile,v 1.3 1996/11/30 20:34:58 is Exp $ -SUBDIR=binpatch boot loadkmap +SUBDIR=binpatch boot loadkmap loadbsd .include <bsd.subdir.mk> |