summaryrefslogtreecommitdiffstats
path: root/distrib/special/eeprom
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2016-09-01 10:08:28 +0000
committerderaadt <deraadt@openbsd.org>2016-09-01 10:08:28 +0000
commit5986d825ceabd248e81505dd2c8d59d2965816f3 (patch)
tree61b6cf5d95edf9ada83d28c6467770e703a0df42 /distrib/special/eeprom
parentFix typo: replace AUDIO_GETINFO by AUDIO_GETPAR. (diff)
downloadwireguard-openbsd-5986d825ceabd248e81505dd2c8d59d2965816f3.tar.xz
wireguard-openbsd-5986d825ceabd248e81505dd2c8d59d2965816f3.zip
remove sparc media building goop
Diffstat (limited to 'distrib/special/eeprom')
-rw-r--r--distrib/special/eeprom/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/distrib/special/eeprom/Makefile b/distrib/special/eeprom/Makefile
index f256ac10cb3..0fef085ca8a 100644
--- a/distrib/special/eeprom/Makefile
+++ b/distrib/special/eeprom/Makefile
@@ -1,17 +1,13 @@
-# $OpenBSD: Makefile,v 1.1 2014/07/24 19:21:06 miod Exp $
+# $OpenBSD: Makefile,v 1.2 2016/09/01 10:08:29 deraadt Exp $
.PATH: ${.CURDIR}/../../../usr.sbin/eeprom
-.if ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
+.if ${MACHINE} == "macppc" || ${MACHINE} == "sparc64"
PROG= eeprom
SRCS= main.c
SRCS+= ophandlers.c optree.c
-. if ${MACHINE} == "sparc"
-SRCS+= eehandlers.c
-. endif
-
CFLAGS+= -DSMALL
.else
NOPROG=yes