summaryrefslogtreecommitdiff
path: root/Makefile
blob: 2df8a018a164bb9cff87bab19370808db371f039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CFLAGS = -D_FILE_OFFSET_BITS=64 -O $(SYSFLAGS)

bsd:	
	@echo 'Options are "make bsd" and "make SysV" - the default is "bsd".'
	@echo 'If you get messages about missing functions, try "make SysV."'
	make Bonnie 

SysV:	
	make Bonnie 'SYSFLAGS=-DSysV'

clean:
	rm -f *.o Bonnie

Bonnie: