diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:40:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:40:13 +0000 |
commit | 457222d339f5281f4d52f3f45fdd8c860de08cab (patch) | |
tree | e9b538ae908e3db7b10f076f853695776f6927d3 /share/man | |
parent | 7f58899c5c5f14699cc71944a6a31724ef120ce1 (diff) |
these will not be built for palm since it went away
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index b1047a0c5f1..0e55efae908 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.82 2012/08/23 07:06:06 todd Exp $ +# $OpenBSD: Makefile,v 1.83 2013/03/25 17:40:12 deraadt Exp $ # $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 @@ -16,7 +16,7 @@ MLINKS+=rc.conf.8 rc.conf.local.8 SUBDIR= man8.alpha man8.amd64 man8.armish man8.aviion man8.beagle \ man8.hp300 man8.hppa man8.hppa64 man8.i386 man8.landisk \ man8.loongson man8.luna88k man8.macppc man8.mvme68k man8.mvme88k \ - man8.palm man8.sgi man8.socppc man8.sparc man8.sparc64 man8.vax \ + man8.sgi man8.socppc man8.sparc man8.sparc64 man8.vax \ man8.zaurus .include <bsd.prog.mk> |