diff options
author | Alexander Hall <halex@cvs.openbsd.org> | 2011-07-09 04:54:20 +0000 |
---|---|---|
committer | Alexander Hall <halex@cvs.openbsd.org> | 2011-07-09 04:54:20 +0000 |
commit | 937c1f22d17616217f6c70e3cbf96bbf4f79a64b (patch) | |
tree | d4567c621fd0533f90cafd15177bb96ec9bb1414 | |
parent | cd687f24ef0f74869e6819f43da681d9e9419fea (diff) |
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} \ |