plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

Makefile.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