##
# Makefile for tar
##

# Project info
Project               = tar
UserType              = Administration
ToolType              = Commands
Extra_Configure_Flags = --program-prefix="gnu"
GnuAfterInstall       = gnu_after_install

# It's a GNU Source project
include /System/Developer/Makefiles/CoreOS/ReleaseControl/GNUSource.make

gnu_after_install:
	$(LN) -f $(DSTROOT)$(Install_Prefix)/bin/gnutar $(DSTROOT)$(Install_Prefix)/bin/tar
