aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/astro/mkfile
diff options
context:
space:
mode:
authorwkj <devnull@localhost>2004-04-21 02:23:14 +0000
committerwkj <devnull@localhost>2004-04-21 02:23:14 +0000
commit52e7c45837208e509c0304a099c946310100ea89 (patch)
treeccddfc66f862942699d8de7c124261c80a801a42 /src/cmd/astro/mkfile
parentcd5bae7871bc0f0bc68b4d2a84703929a7a3c9d1 (diff)
downloadplan9port-52e7c45837208e509c0304a099c946310100ea89.tar.gz
plan9port-52e7c45837208e509c0304a099c946310100ea89.tar.bz2
plan9port-52e7c45837208e509c0304a099c946310100ea89.zip
Tell astro where to find estartab and here by defining SYS9 in CFLAGS.
(Better ideas welcome).
Diffstat (limited to 'src/cmd/astro/mkfile')
-rw-r--r--src/cmd/astro/mkfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/astro/mkfile b/src/cmd/astro/mkfile
index 8ad239a7..6fa05c1b 100644
--- a/src/cmd/astro/mkfile
+++ b/src/cmd/astro/mkfile
@@ -36,4 +36,7 @@ OFILES=\
HFILES=astro.h\
SHORTLIB=bio 9
+
+CFLAGS= -DSYS9=\"$PLAN9\"
+
<$PLAN9/src/mkone