mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
99dee78c2d
Now that we assume pthreads, the only assembly left is in libmp and libsec. We only ever added assembly for 386. The portable C code is fine for plan9port.
22 lines
273 B
Text
22 lines
273 B
Text
|
|
# this works in gnu make
|
|
SYSNAME:=${shell uname}
|
|
|
|
# this works in bsd make
|
|
SYSNAME!=uname
|
|
|
|
# the gnu rules will mess up bsd but not vice versa,
|
|
# hence the gnu rules come first.
|
|
|
|
RANLIB=true
|
|
|
|
include Make.$(SYSNAME)
|
|
|
|
PREFIX=/usr/local
|
|
|
|
NUKEFILES=
|
|
|
|
TGZFILES=
|
|
|
|
CLEANFILES=
|
|
|