diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/stand/mkuboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/stand/mkuboot/Makefile b/sys/stand/mkuboot/Makefile index 25054a4ea51..0c4a55a0a58 100644 --- a/sys/stand/mkuboot/Makefile +++ b/sys/stand/mkuboot/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2010/02/12 17:30:41 mk Exp $ +# $OpenBSD: Makefile,v 1.2 2013/05/30 13:50:09 bmercer Exp $ MAN= mkuboot.8 +BINDIR= /usr/sbin PROG= mkuboot DPADD= ${LIBZ} LDADD= -lz |