$NetBSD: patch-aa,v 1.4 2001/07/16 22:50:48 garbled Exp $
--- Makefile.orig	Wed Aug 28 18:45:37 1996
+++ Makefile	Mon Jul 16 15:45:20 2001
@@ -1,11 +1,8 @@
-CFLAGS = -O $(SYSFLAGS)
+PROG= bonnie
 
-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 
+BINDIR=${PREFIX}/bin
+MANDIR=${PREFIX}/man
 
-SysV:	
-	make Bonnie 'SYSFLAGS=-DSysV'
+MANINSTALL=   maninstall catinstall
 
-Bonnie:	
+.include <bsd.prog.mk>
