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