diff options
Diffstat (limited to 'sys/stand/mkuboot/Makefile')
-rw-r--r-- | sys/stand/mkuboot/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/stand/mkuboot/Makefile b/sys/stand/mkuboot/Makefile new file mode 100644 index 00000000000..25054a4ea51 --- /dev/null +++ b/sys/stand/mkuboot/Makefile @@ -0,0 +1,10 @@ +# $OpenBSD: Makefile,v 1.1 2010/02/12 17:30:41 mk Exp $ + +MAN= mkuboot.8 + +PROG= mkuboot +DPADD= ${LIBZ} +LDADD= -lz +CFLAGS= -DMACHINE_ARCH=\"${MACHINE_ARCH}\" + +.include <bsd.prog.mk> |