diff options
author | 2008-05-26 18:19:46 +0000 | |
---|---|---|
committer | 2008-05-26 18:19:46 +0000 | |
commit | 778a8a89da02b85af5fe677fadbe097d75e57ec0 (patch) | |
tree | bc81cb78973564dc57cfe2efef43f94406cff8b4 | |
parent | sync (diff) | |
download | wireguard-openbsd-778a8a89da02b85af5fe677fadbe097d75e57ec0.tar.xz wireguard-openbsd-778a8a89da02b85af5fe677fadbe097d75e57ec0.zip |
Make sure we build man pages on stand/ on all architectures.
-rw-r--r-- | sys/arch/socppc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/socppc/Makefile b/sys/arch/socppc/Makefile index d48ee7ca100..b1b106713f8 100644 --- a/sys/arch/socppc/Makefile +++ b/sys/arch/socppc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2008/05/15 20:17:20 kettenis Exp $ +# $OpenBSD: Makefile,v 1.3 2008/05/26 18:19:46 kettenis Exp $ S=${.CURDIR}/../.. .include "$S/kern/Make.tags.inc" @@ -6,9 +6,7 @@ S=${.CURDIR}/../.. NOPROG= noprog NOMAN= noman -.if ${MACHINE} == "socppc" SUBDIR= stand -.endif TSOCPPC= $S/arch/socppc/tags SSOCPPC= $S/arch/socppc/socppc/*.[ch] \ |