diff options
author | 2013-05-30 13:50:09 +0000 | |
---|---|---|
committer | 2013-05-30 13:50:09 +0000 | |
commit | fcb33a6e9aee588e63059378258fd21df913a7b3 (patch) | |
tree | cdceb1f9c3f442cdaaf5020361c7bcec76cd2d7b | |
parent | uncomment a block as the installer has been taking care of that for a while now. (diff) | |
download | wireguard-openbsd-fcb33a6e9aee588e63059378258fd21df913a7b3.tar.xz wireguard-openbsd-fcb33a6e9aee588e63059378258fd21df913a7b3.zip |
Make mkuboot install into the path so we can use it during builds.
OK jasper@
-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 |