diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-02 15:51:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-02 15:51:16 +0000 |
commit | 59fd9bc2367ad3e9235ee8c498bf62979ebf1661 (patch) | |
tree | ad543963843410dbb85e8f76d7dc352a8ad9d967 /sys/arch/macppc/stand | |
parent | 525726af0bcd4253ae9dd15efc0cebff2b154f98 (diff) |
oops, do install man pages on macppc...
Diffstat (limited to 'sys/arch/macppc/stand')
-rw-r--r-- | sys/arch/macppc/stand/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/macppc/stand/Makefile b/sys/arch/macppc/stand/Makefile index 5a6af0f6668..0c258a8c93c 100644 --- a/sys/arch/macppc/stand/Makefile +++ b/sys/arch/macppc/stand/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2013/10/27 04:49:52 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2013/11/02 15:51:15 deraadt Exp $ # $NetBSD: Makefile,v 1.1 1996/09/30 16:34:59 ws Exp $ MANSUBDIR=macppc @@ -32,11 +32,8 @@ clean:: _SUBDIRUSE cleandir: _SUBDIRUSE depend:: _SUBDIRUSE - -.else -# do just the man page -.include <bsd.prog.mk> .endif .include <bsd.obj.mk> .include <bsd.subdir.mk> +.include <bsd.man.mk> |