tMakefile.TOP - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
tMakefile.TOP (273B)
---
1
2 # this works in gnu make
3 SYSNAME:=${shell uname}
4
5 # this works in bsd make
6 SYSNAME!=uname
7
8 # the gnu rules will mess up bsd but not vice versa,
9 # hence the gnu rules come first.
10
11 RANLIB=true
12
13 include Make.$(SYSNAME)
14
15 PREFIX=/usr/local
16
17 NUKEFILES=
18
19 TGZFILES=
20
21 CLEANFILES=
22