summaryrefslogtreecommitdiff
path: root/usr.sbin/eeprom
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-12-31 16:22:27 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-12-31 16:22:27 +0000
commit4d298384bbeb0ddbaf45d1ececd54291a3e88796 (patch)
tree420e49a0c2503740d5e24b978af838fd3bb95124 /usr.sbin/eeprom
parentbc1b5cc7c78583b03a080f033c0140dbce5dce30 (diff)
Prepare for the removal of amiga and sun3 platforms from the tree.
There has not been enough activity and interest towards these platform to keep them lying in the tree.
Diffstat (limited to 'usr.sbin/eeprom')
-rw-r--r--usr.sbin/eeprom/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/eeprom/Makefile b/usr.sbin/eeprom/Makefile
index 4515add6374..76b385eba42 100644
--- a/usr.sbin/eeprom/Makefile
+++ b/usr.sbin/eeprom/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.8 2002/06/14 04:21:54 art Exp $
+# $OpenBSD: Makefile,v 1.9 2002/12/31 16:22:26 miod Exp $
-.if ${MACHINE} == "sparc" || ${MACHINE} == "sun3" || ${MACHINE} == "sparc64"
+.if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
PROG= eeprom
BINGRP= kmem
@@ -18,6 +18,6 @@ NOPROG=yes
.endif
MAN= eeprom.8
-MANSUBDIR=sparc sparc64 sun3
+MANSUBDIR=sparc sparc64
.include <bsd.prog.mk>