diff options
Diffstat (limited to 'usr.sbin/mkuboot/Makefile')
-rw-r--r-- | usr.sbin/mkuboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mkuboot/Makefile b/usr.sbin/mkuboot/Makefile index 50182167520..8533def100c 100644 --- a/usr.sbin/mkuboot/Makefile +++ b/usr.sbin/mkuboot/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2013/09/04 14:54:13 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2013/10/28 09:00:06 patrick Exp $ .if ${MACHINE} == "armv7" BINDIR= /usr/sbin PROG= mkuboot +SRCS= mkuboot.c copy_elf32.c copy_elf64.c DPADD= ${LIBZ} LDADD= -lz CFLAGS= -DMACHINE_ARCH=\"${MACHINE_ARCH}\" |