9a4796daf5
PR: ports/85702 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
21 lines
744 B
Text
21 lines
744 B
Text
--- star/Makefile.orig Sun Aug 28 13:22:30 2005
|
|
+++ star/Makefile Sat Sep 3 23:36:46 2005
|
|
@@ -15,7 +15,7 @@
|
|
INSDIR= bin
|
|
TARGET= star_fat
|
|
#SYMLINKS= ustar tar
|
|
-SYMLINKS= star ustar tar gnutar suntar scpio spax
|
|
+SYMLINKS= star ustar
|
|
CPPOPTS += -D__STAR__
|
|
CPPOPTS += -DSET_CTIME -DFIFO -DUSE_MMAP -DUSE_REMOTE -DUSE_RCMD_RSH
|
|
#CPPOPTS += -DSET_CTIME -DFIFO -DUSE_MMAP
|
|
@@ -44,8 +44,7 @@
|
|
#LIBS= -lunos
|
|
#LIBS= -lschily -lc /usr/local/lib/gcc-gnulib
|
|
LIBS= -ldeflt -lrmt -lschily $(LIB_ACL) $(LIB_ATTR) $(LIB_SOCKET)
|
|
-XMK_FILE= Makefile.man starformatman.mk scpioman.mk gnutarman.mk \
|
|
- spaxman.mk suntarman.mk Makefile.dfl
|
|
+XMK_FILE= Makefile.man starformatman.mk Makefile.dfl
|
|
|
|
star_fat.c: star.c
|
|
$(RM) $(RM_FORCE) $@; cp star.c $@
|