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