blob: 15d563843eedf46cfe3dd8e14295476e1190a452 (
plain)
1
2
3
4
5
|
# $OpenBSD: Makefile.inc,v 1.3 2011/11/19 14:59:48 naddy Exp $
CFLAGS += -fPIC -mno-fp-regs -mbuild-constants
LIBCSRCDIR=${.CURDIR}/../../lib/libc
.include "${LIBCSRCDIR}/arch/alpha/Makefile.inc"
|