e945061
diff --git a/star/Makefile b/star/Makefile
e945061
index e868c62..c47e81d 100644
e945061
--- a/star/all.mk
e945061
+++ b/star/all.mk
e945061
@@ -12,7 +12,7 @@ include		$(SRCROOT)/$(RULESDIR)/rules.top
e945061
 # and copy star_fat.mk to Makefile.
e945061
 #
e945061
 
e945061
-MK_FILES= star.mk pax.mk suntar.mk gnutar.mk cpio.mk 
e945061
+MK_FILES= star.mk pax.mk cpio.mk
e945061
 
e945061
 ###########################################################################
e945061
 include		$(SRCROOT)/$(RULESDIR)/rules.mks
e945061
diff --git a/star/cpio.mk b/star/cpio.mk
e945061
index 37a6dd2..0391239 100644
e945061
--- a/star/cpio.mk
e945061
+++ b/star/cpio.mk
e945061
@@ -22,15 +22,16 @@ CPPOPTS +=	-DUSE_FFLAGS
e945061
 CPPOPTS +=	-DSCHILY_PRINT
e945061
 CFILES=		cpio.c header.c cpiohdr.c xheader.c xattr.c \
e945061
 		list.c extract.c create.c append.c diff.c restore.c \
e945061
-		remove.c star_unix.c acl_unix.c acltext.c fflags.c \
e945061
+		remove.c star_unix.c lpath_unix.c \
e945061
+		acl_unix.c acltext.c fflags.c \
e945061
 		buffer.c dirtime.c lhash.c \
e945061
 		hole.c longnames.c \
e945061
 		movearch.c table.c props.c \
e945061
 		unicode.c \
e945061
 		subst.c volhdr.c \
e945061
 		chdir.c match.c defaults.c dumpdate.c \
e945061
-		fifo.c device.c checkerr.c \
e945061
-		findinfo.c pathname.c
e945061
+		fifo.c device.c checkerr.c paxopts.c \
e945061
+		findinfo.c pathname.c version.c
e945061
 HFILES=		star.h starsubs.h dirtime.h xtab.h xutimes.h \
e945061
 		movearch.h table.h props.h fifo.h diff.h \
e945061
 		checkerr.h dumpdate.h bitstring.h pathname.h
e945061
diff --git a/star/pax.mk b/star/pax.mk
e945061
index 73c6bc1..bd71e9b 100644
e945061
--- a/star/pax.mk
e945061
+++ b/star/pax.mk
e945061
@@ -23,18 +23,19 @@ CPPOPTS +=	-DPAX
e945061
 CPPOPTS +=	-DSCHILY_PRINT
e945061
 CFILES=		pax.c header.c cpiohdr.c xheader.c xattr.c \
e945061
 		list.c extract.c create.c append.c diff.c restore.c \
e945061
-		remove.c star_unix.c acl_unix.c acltext.c fflags.c \
e945061
+		remove.c star_unix.c lpath_unix.c \
e945061
+		acl_unix.c acltext.c fflags.c \
e945061
 		buffer.c dirtime.c lhash.c \
e945061
 		hole.c longnames.c \
e945061
 		movearch.c table.c props.c \
e945061
 		unicode.c \
e945061
 		subst.c volhdr.c \
e945061
 		chdir.c match.c defaults.c dumpdate.c \
e945061
-		fifo.c device.c checkerr.c \
e945061
-		findinfo.c pathname.c
e945061
+		fifo.c device.c checkerr.c paxopts.c \
e945061
+		findinfo.c pathname.c version.c
e945061
 HFILES=		star.h starsubs.h dirtime.h xtab.h xutimes.h \
e945061
-		movearch.h table.h props.h fifo.h diff.h \
e945061
-		checkerr.h dumpdate.h bitstring.h pathname.h
e945061
+		movearch.h table.h props.h fifo.h diff.h restore.h \
e945061
+		checkerr.h dumpdate.h bitstring.h
e945061
 LIBS=		-ldeflt -lrmt -lfind -lschily $(LIB_ACL) $(LIB_ATTR) $(LIB_SOCKET) $(LIB_INTL) $(LIB_CAP)
e945061
 XMK_FILE=	spaxman.mk
e945061