TARGETS= short.efs short.xfs default all: $(TARGETS) short.efs: ../xp_cmp -i "Backup and Restore" -N 20 log.5* log.6*jan*efs* log.6*feb*efs* log.6*mar*efs* > short.efs short.xfs: ../xp_cmp -i "Backup and Restore" -N 20 log.5* log.6*jan*xfs* log.6*feb*xfs* log.6*mar*xfs* > short.xfs