sort: add -x hex sort feature back
[minix.git] / etc / make.conf
blobe50b6e32b1eb902eb0a0a98e5230fd3962761c6b
1 # which architecture to compile for
2 ARCH=i386
3 MAKEVERBOSE?=   1
5 .ifdef BSD_PKG_MK
6 .error Please use bmake for pkgsrc instead of the base system make.
7 .endif