diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-26 18:19:47 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-26 18:19:47 +0000 |
commit | a253ab0c83d442164af7e923b2a2f968e5117077 (patch) | |
tree | 0f17eef49720f8a48c31b5f32cb8780147b6db22 /sys/arch/socppc | |
parent | 94f790f013f0a6fd7e38fc0426a680626f342859 (diff) |
Make sure we build man pages on stand/ on all architectures.
Diffstat (limited to 'sys/arch/socppc')
-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] \ |