]> git.saurik.com Git - apple/boot.git/blame - i386/strings/Makefile
boot-132.tar.gz
[apple/boot.git] / i386 / strings / Makefile
CommitLineData
14c7c974
A
1
2DIR = strings
3include ../MakePaths.dir
4
5INSTALLDIR = $(DSTROOT)/usr/standalone/i386
6VPATH = $(OBJROOT)
7
8CHOWN = chown
9
57c72a9a 10FILES = BootHelp.txt
14c7c974
A
11
12all:
13
57c72a9a
A
14install_i386:: $(INSTALLDIR)
15 cp $(FILES) $(INSTALLDIR)
bba600dd 16 chown -fR root:wheel $(INSTALLDIR)
14c7c974
A
17 chmod -R ugo-w $(INSTALLDIR)
18
19include ../MakeInc.dir