summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-03-24 05:36:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-03-24 05:36:55 +0000
commitdf6dde2a2b6e578671444dc253b2ead4462d8af2 (patch)
tree02475c2c862e5128eea6e5856e7c6859d3a7b65d
parent4a50f30f747e5ad1c0fe9836be6aec4311d5ddd5 (diff)
hugh says the vax workaround was for toolchain crashes, not rpc.bootparamd
crashes. it compiles now, so remove the workaround
-rw-r--r--usr.sbin/rpc.bootparamd/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/rpc.bootparamd/Makefile b/usr.sbin/rpc.bootparamd/Makefile
index a4e81c14056..276a04e6656 100644
--- a/usr.sbin/rpc.bootparamd/Makefile
+++ b/usr.sbin/rpc.bootparamd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2003/07/21 20:10:04 mickey Exp $
+# $OpenBSD: Makefile,v 1.11 2007/03/24 05:36:54 deraadt Exp $
.include <bsd.own.mk>
@@ -6,11 +6,6 @@
CFLAGS+=-DYP
.endif
-.if (${MACHINE_ARCH} == vax)
-bootparam_prot_svc.o:
- ${CC} ${CFLAGS} ${CPPFLAGS} -O0 -c $<
-.endif
-
PROG= rpc.bootparamd
SRCS= bootparamd.c bootparam_prot_svc.c
MAN= bootparams.5 rpc.bootparamd.8