diff options
author | 2005-01-10 00:25:45 +0000 | |
---|---|---|
committer | 2005-01-10 00:25:45 +0000 | |
commit | 7a06b3c131de17fffb6f3d91be6001ec2938aee9 (patch) | |
tree | 4709d2bf6a3b76217197030a13540d1f7ad082b7 | |
parent | third generation boot blocks from the zaurus (diff) | |
download | wireguard-openbsd-7a06b3c131de17fffb6f3d91be6001ec2938aee9.tar.xz wireguard-openbsd-7a06b3c131de17fffb6f3d91be6001ec2938aee9.zip |
enter stand
-rw-r--r-- | sys/arch/zaurus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/Makefile b/sys/arch/zaurus/Makefile index e440330a0c0..0c5970b8ea4 100644 --- a/sys/arch/zaurus/Makefile +++ b/sys/arch/zaurus/Makefile @@ -1,4 +1,4 @@ -/* $OpenBSD: Makefile,v 1.1 2004/12/31 00:04:35 drahn Exp $ */ +/* $OpenBSD: Makefile,v 1.2 2005/01/10 00:25:45 deraadt Exp $ */ # $NetBSD: Makefile,v 1.1 2001/06/12 08:32:46 chris Exp $ # Makefile for zaurus tags file and boot blocks @@ -25,6 +25,6 @@ links: cd $$i && rm -f tags; ln -s ../tags tags; done -SUBDIR= +SUBDIR= stand .include <bsd.subdir.mk> |