blob: 40c88d23458e7516ff6033ba12b760432def2394 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cal/Makefile.orig 2021-06-06 21:32:57 UTC
+++ cal/Makefile
@@ -7,7 +7,7 @@ include $(SRCROOT)/$(RULESDIR)/rules.top
INSDIR= bin
# Calendar
-TARGET= cal
+TARGET= scal
CPPOPTS += -DVSHNAME='"bosh"' # Shell name variant (bosh/osh/pbosh)
|