Blob


2 # this works in gnu make
3 SYSNAME:=${shell uname}
4 OBJTYPE:=${shell uname -m | sed 's;i.86;386;; s;/.*;;; s; ;;g'}
6 # this works in bsd make
7 SYSNAME!=uname
8 OBJTYPE!=uname -m | sed 's;i.86;386;; s;amd64;x864_64;; s;/.*;;; s; ;;g'
10 # the gnu rules will mess up bsd but not vice versa,
11 # hence the gnu rules come first.
13 RANLIB=true
15 include Make.$(SYSNAME)-$(OBJTYPE)
17 PREFIX=/usr/local
19 NUKEFILES=
21 TGZFILES=
23 CLEANFILES=