diff options
author | 2007-12-31 14:55:10 +0000 | |
---|---|---|
committer | 2007-12-31 14:55:10 +0000 | |
commit | 5c77fa8eeda4db37234dcd9fe3634e9d12ba8236 (patch) | |
tree | e6f510aea731b457986be569b2f916a9b7bb6fef | |
parent | lii(4) is a driver for the atheros l2 ethernet chip as found on the asus (diff) | |
download | wireguard-openbsd-5c77fa8eeda4db37234dcd9fe3634e9d12ba8236.tar.xz wireguard-openbsd-5c77fa8eeda4db37234dcd9fe3634e9d12ba8236.zip |
use the same trick as for perl to make sure manpages get built later
-rw-r--r-- | usr.sbin/pkg_add/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/Makefile b/usr.sbin/pkg_add/Makefile index debee60ed04..bd34983de49 100644 --- a/usr.sbin/pkg_add/Makefile +++ b/usr.sbin/pkg_add/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 2007/06/25 12:21:08 espie Exp $ +# $OpenBSD: Makefile,v 1.47 2007/12/31 14:55:10 espie Exp $ .include <bsd.own.mk> @@ -109,7 +109,7 @@ mansrc.build: # Nothing to build depend: -all: ${MANSRC_COOKIE} +all: ${MANSRC_COOKIE} .WAIT ${MANALL} ${PSALL} stamp-mansrc.build: @cd ${.CURDIR} && exec ${MAKE} mansrc.build |