diff options
author | 2011-07-09 04:54:19 +0000 | |
---|---|---|
committer | 2011-07-09 04:54:19 +0000 | |
commit | e8f85a08ff3b8682ac484a0551b196bca262af84 (patch) | |
tree | ba5c5e328d7b5fd2049bc7d93edb4488291a32ac | |
parent | man page for fw_update(1) (diff) | |
download | wireguard-openbsd-e8f85a08ff3b8682ac484a0551b196bca262af84.tar.xz wireguard-openbsd-e8f85a08ff3b8682ac484a0551b196bca262af84.zip |
install man page too
-rw-r--r-- | usr.sbin/fw_update/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fw_update/Makefile b/usr.sbin/fw_update/Makefile index 00a8b8712db..feef2253c2e 100644 --- a/usr.sbin/fw_update/Makefile +++ b/usr.sbin/fw_update/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 2011/07/09 01:16:57 halex Exp $ +# $OpenBSD: Makefile,v 1.2 2011/07/09 04:54:19 halex Exp $ -#MAN= fw_update.1 +MAN= fw_update.1 beforeinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |