diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-18 13:40:55 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-18 13:40:55 +0000 |
commit | d2847b39ba5d0c9dedabbbe49582bb324da7ee75 (patch) | |
tree | 1beac5a2659cdeabe30abc1131b70b9674fbfa00 /distrib/arc/Makefile.inc | |
parent | 4f8d5ea59a198db4921add5f032dc1be875570ee (diff) |
ARC ramdisk install
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 |