Blob


2 # this works in gnu make
3 SYSNAME:=${shell uname}
5 # this works in bsd make
6 SYSNAME!=uname
8 # the gnu rules will mess up bsd but not vice versa,
9 # hence the gnu rules come first.
11 RANLIB=true
13 include Make.$(SYSNAME)
15 PREFIX=/usr/local
17 NUKEFILES=
19 TGZFILES=
21 CLEANFILES=