summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/osh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/osh/Makefile b/usr.bin/osh/Makefile
index 28981fe..1505412 100644
--- a/usr.bin/osh/Makefile
+++ b/usr.bin/osh/Makefile
@@ -2,5 +2,5 @@ include user.mk
CFILES = $(shell find . -name "*.c")
-osh:
- $(CC) $(CFILES) -o $@ $(INTERNAL_CFLAGS)
+$(ROOT)/base/usr/bin/osh:
+ gcc $(CFILES) -o $@ $(INTERNAL_CFLAGS)