# extra defines for machines with reduced bsd compatibility
# -DNO_D_NAMLEN : hack aroud absence of d_namlen in struct dirent 
#		(used in commands/info.c)
FBSD_DEFS := -DRel4 -DFBSD
LOCALCFLAGS := $(LOCALCFLAGS) $(FBSD_DEFS) -ansi -pedantic #-Wall
RANLIB = /usr/bin/ranlib
CO = co -q
