summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.bootparamd
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-03-24 05:36:54 +0000
committerderaadt <deraadt@openbsd.org>2007-03-24 05:36:54 +0000
commit394545075017bc51e4d3b9e6346451f4e605ef93 (patch)
treed75dbf33c1c73a13de8179640f3629c5c57d60c7 /usr.sbin/rpc.bootparamd
parentfix the vnode locking (diff)
downloadwireguard-openbsd-394545075017bc51e4d3b9e6346451f4e605ef93.tar.xz
wireguard-openbsd-394545075017bc51e4d3b9e6346451f4e605ef93.zip
hugh says the vax workaround was for toolchain crashes, not rpc.bootparamd
crashes. it compiles now, so remove the workaround
Diffstat (limited to 'usr.sbin/rpc.bootparamd')
-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