diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2012-06-20 18:34:00 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2012-06-20 18:34:00 +0000 |
commit | 94718d6078d78cdf18b21b6d0065367570344a9a (patch) | |
tree | d424170740a7f241cf80de0dcc17c5183628d720 /sbin | |
parent | 7a91459ae1304f1aa12d33c0593eed1b91e4f754 (diff) |
Delete some more SUBDIR += mac68k.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/kbd/Makefile | 4 | ||||
-rw-r--r-- | sbin/pdisk/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile index bb5df43b1e3..f4902e5d859 100644 --- a/sbin/kbd/Makefile +++ b/sbin/kbd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2009/10/11 12:19:49 maja Exp $ +# $OpenBSD: Makefile,v 1.34 2012/06/20 18:33:59 matthew Exp $ # # Be sure to change src/distrib/special/kbd/Makefile as well if you add or @@ -18,7 +18,7 @@ NOPROG= Yes .endif MAN= kbd.8 -MANSUBDIR= alpha amd64 hp300 hppa i386 landisk luna88k mac68k macppc \ +MANSUBDIR= alpha amd64 hp300 hppa i386 landisk luna88k macppc \ sgi socppc sparc sparc64 vax zaurus .include <bsd.prog.mk> diff --git a/sbin/pdisk/Makefile b/sbin/pdisk/Makefile index 234ce8b739d..1ad5f216668 100644 --- a/sbin/pdisk/Makefile +++ b/sbin/pdisk/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 2010/05/25 19:01:32 deraadt Exp $ +# $Id: Makefile,v 1.10 2012/06/20 18:33:59 matthew Exp $ .if ${MACHINE} == "macppc" || ${MACHINE} == "mac68k" PROG= pdisk @@ -15,7 +15,7 @@ NOPROG=yes .endif MAN= pdisk.8 -MANSUBDIR=macppc mac68k +MANSUBDIR=macppc .include <bsd.prog.mk> |