diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-08-30 22:41:41 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-08-30 22:41:41 +0000 |
commit | 77b2fd827eb00da887ec3ea7ba831608ae3bb5eb (patch) | |
tree | 657e75a927d7ee37c8d60c04ae76a25e694cab67 /sys/arch/mac68k/conf | |
parent | 1a99122bf1dd0ff9508eab7d51fca815ed75c10d (diff) |
We're not ready for this, yet.
Diffstat (limited to 'sys/arch/mac68k/conf')
-rw-r--r-- | sys/arch/mac68k/conf/Makefile.mac68k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index fbcb7eb177b..a1e4c0d6201 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mac68k,v 1.10 1996/08/10 21:37:40 briggs Exp $ +# $OpenBSD: Makefile.mac68k,v 1.11 1996/08/30 22:41:40 briggs Exp $ # $NetBSD: Makefile.mac68k,v 1.40 1996/08/10 06:09:07 mycroft Exp $ # Makefile for NetBSD @@ -29,7 +29,7 @@ STRIP?= strip -d TOUCH?= touch -f -c # source tree is located via $S relative to the compilation directory -S!= cd ../../../..; pwd +S= ../../../.. MAC68K= $S/arch/mac68k INCLUDES= -I. -I$S/arch -I$S -nostdinc |