diff options
author | 2014-07-13 21:13:30 +0000 | |
---|---|---|
committer | 2014-07-13 21:13:30 +0000 | |
commit | 857db85a9c4ef95872959c62ff32f76b6c0c344d (patch) | |
tree | cc2a8cb89bcb3237b14e8ef5f297b8d7b6bcd3bb | |
parent | ugly hanging tabs; ok jasper (diff) | |
download | wireguard-openbsd-857db85a9c4ef95872959c62ff32f76b6c0c344d.tar.xz wireguard-openbsd-857db85a9c4ef95872959c62ff32f76b6c0c344d.zip |
more hanging tabs
-rw-r--r-- | sys/arch/macppc/stand/ofwboot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/macppc/stand/tbxidata/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/macppc/stand/ofwboot/Makefile b/sys/arch/macppc/stand/ofwboot/Makefile index 021d878a96a..42f2f70808a 100644 --- a/sys/arch/macppc/stand/ofwboot/Makefile +++ b/sys/arch/macppc/stand/ofwboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2014/07/13 20:53:35 miod Exp $ +# $OpenBSD: Makefile,v 1.12 2014/07/13 21:13:30 jasper Exp $ # $NetBSD: Makefile,v 1.2 1997/04/17 07:46:24 thorpej Exp $ S= ${.CURDIR}/../../../.. @@ -23,7 +23,7 @@ BINDIR= /usr/mdec .PATH: ${S}/lib/libkern/arch/powerpc ${S}/lib/libkern SRCS+= getchar.c strlcpy.c memcpy.c strlen.c strrchr.c \ - strlcat.c ashrdi3.c + strlcat.c ashrdi3.c SRCS+= moddi3.c NEWVERSWHAT= "OpenFirmware Boot" diff --git a/sys/arch/macppc/stand/tbxidata/Makefile b/sys/arch/macppc/stand/tbxidata/Makefile index 09abb0d919e..4038b6f791f 100644 --- a/sys/arch/macppc/stand/tbxidata/Makefile +++ b/sys/arch/macppc/stand/tbxidata/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2012/09/02 23:07:26 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2014/07/13 21:13:30 jasper Exp $ NOMACHINE= -FILES= bsd.tbxi +FILES= bsd.tbxi NOOBJ= noobj install: |