Project = nfs_fs
inplace:
@$(MAKE) all SRCROOT=. OBJROOT=. SYMROOT=. DSTROOT=/
include $(MAKEFILEPATH)/CoreOS/ReleaseControl/Common.make
DST_DIR = $(DSTROOT)/System/Library/Filesystems/nfs.fs
all:
install:: all
install -d -o root -g wheel -m 755 $(DST_DIR)
install -d -o root -g wheel -m 755 $(DST_DIR)/Contents
install -c -o root -g wheel -m 444 $(SRCROOT)/Info.plist $(DST_DIR)/Contents
install -d -o root -g wheel -m 755 $(DST_DIR)/Contents/Resources
install -d -o root -g wheel -m 755 $(DST_DIR)/Contents/Resources/English.lproj
install -c -o root -g wheel -m 444 $(SRCROOT)/English.lproj/InfoPlist.strings $(DST_DIR)/Contents/Resources/English.lproj