blob: 9f7a85a5192085c163b7bfdc897645ebfd48e28f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- star/Makefile.orig 2021-06-04 16:14:05 UTC
+++ star/Makefile
@@ -15,7 +15,7 @@ include $(SRCROOT)/$(RULESDIR)/rules.top
INSDIR= bin
TARGET= star
#SYMLINKS= ustar tar
-SYMLINKS= ustar tar gnutar suntar scpio spax
+SYMLINKS= ustar suntar gnutar scpio spax
CPPOPTS += -D__STAR__
CPPOPTS += -DSET_CTIME # Include timestorm code to set ctime
CPPOPTS += -DFIFO # Include FIFO code
|