diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-10-30 09:28:27 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-10-30 09:28:27 +0000 |
| commit | 7621bfff0f0f02228e75d207e602f6cef505ae2f (patch) | |
| tree | c76ea36ba85323b999bfc9162fcb16e1d0b330d6 /sys/pc98 | |
| parent | f5d015398118abfe3a5f27fcc3b6c6700ae53c15 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/conf/Makefile.pc98 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pc98/conf/Makefile.pc98 b/sys/pc98/conf/Makefile.pc98 index 7bb71648a6c8..d2b3351e8d76 100644 --- a/sys/pc98/conf/Makefile.pc98 +++ b/sys/pc98/conf/Makefile.pc98 @@ -26,11 +26,13 @@ KERNEL?= kernel KERNFORMAT?= elf #STD8X16FONT?= iso +.if !defined(S) .if exists(./@/.) S= ./@ .else S= ../.. .endif +.endif PC98= ${S}/pc98 I386= ${S}/i386 |
