diff options
author | 1999-09-27 21:21:19 +0000 | |
---|---|---|
committer | 1999-09-27 21:21:19 +0000 | |
commit | 7806b589469fb8f6f33f8d2e3b1f5ab25ca55dcc (patch) | |
tree | ecb83d97d6670cfb8f1687a6089c28dd906b7575 | |
parent | Some cleaning... (diff) | |
download | wireguard-openbsd-7806b589469fb8f6f33f8d2e3b1f5ab25ca55dcc.tar.xz wireguard-openbsd-7806b589469fb8f6f33f8d2e3b1f5ab25ca55dcc.zip |
Bad synch
-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 e8938215aaf..d4cd9639c5f 100644 --- a/sys/arch/amiga/stand/Makefile +++ b/sys/arch/amiga/stand/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 1999/09/27 08:39:08 espie Exp $ +# $OpenBSD: Makefile,v 1.5 1999/09/27 21:21:19 espie Exp $ # $NetBSD: Makefile,v 1.3 1996/11/30 20:34:58 is Exp $ -SUBDIR=binpatch boot loadkmap loadbsd devtostream +SUBDIR=binpatch boot loadkmap loadbsd device-streams .include <bsd.subdir.mk> |