diff options
Diffstat (limited to 'distrib/arc/Makefile.inc')
-rw-r--r-- | distrib/arc/Makefile.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/distrib/arc/Makefile.inc b/distrib/arc/Makefile.inc new file mode 100644 index 00000000000..d6c53686d9a --- /dev/null +++ b/distrib/arc/Makefile.inc @@ -0,0 +1,10 @@ +# $OpenBSD: Makefile.inc,v 1.1 1997/05/18 13:40:44 pefo Exp $ + +# Revision is 2.1 +REV= 21 + +LDSTATIC= -static + +# Hack needed to find kernel images... +BSDSRCDIR?= /usr/src +SRCSYSDIR?= ${BSDSRCDIR}/sys |