summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.bootparamd/Makefile
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-02-18 19:12:50 +0000
committerderaadt <deraadt@openbsd.org>2002-02-18 19:12:50 +0000
commit7b052bcd203f71700913a83e3fe88574437d2ecc (patch)
tree7b2f822caf0a2a2325b1cb3f17db05662c0a96d2 /usr.sbin/rpc.bootparamd/Makefile
parentremove reference to scd man page. -- PR# 2408 (diff)
downloadwireguard-openbsd-7b052bcd203f71700913a83e3fe88574437d2ecc.tar.xz
wireguard-openbsd-7b052bcd203f71700913a83e3fe88574437d2ecc.zip
workaround another vax ld issue
Diffstat (limited to 'usr.sbin/rpc.bootparamd/Makefile')
-rw-r--r--usr.sbin/rpc.bootparamd/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/rpc.bootparamd/Makefile b/usr.sbin/rpc.bootparamd/Makefile
index 4302c922858..6b81cdad531 100644
--- a/usr.sbin/rpc.bootparamd/Makefile
+++ b/usr.sbin/rpc.bootparamd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2000/09/03 18:41:22 espie Exp $
+# $OpenBSD: Makefile,v 1.6 2002/02/18 19:12:50 deraadt Exp $
.include <bsd.own.mk>
@@ -6,6 +6,11 @@
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