mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
workaround another vax ld issue
This commit is contained in:
parent
99f4fba98e
commit
7b052bcd20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user