$OpenBSD: patch-Makefile,v 1.1.1.1 2015/07/19 03:13:14 czarkoff Exp $
--- Makefile.orig	Tue Jul 14 05:58:57 2015
+++ Makefile	Fri Jul 17 23:23:49 2015
@@ -6,7 +6,7 @@ include config.mk
 SRC = surf.c
 OBJ = ${SRC:.c=.o}
 
-all: options surf
+all: options surf2
 
 options:
 	@echo surf build options:
@@ -24,7 +24,7 @@ config.h:
 	@echo creating $@ from config.def.h
 	@cp config.def.h $@
 
-surf: ${OBJ}
+surf2: ${OBJ}
 	@echo CC -o $@
 	@${CC} -o $@ surf.o ${LDFLAGS}
 
@@ -45,12 +45,12 @@ dist: clean
 install: all
 	@echo installing executable file to ${DESTDIR}${PREFIX}/bin
 	@mkdir -p ${DESTDIR}${PREFIX}/bin
-	@cp -f surf ${DESTDIR}${PREFIX}/bin
-	@chmod 755 ${DESTDIR}${PREFIX}/bin/surf
+	@cp -f surf2 ${DESTDIR}${PREFIX}/bin
+	@chmod 755 ${DESTDIR}${PREFIX}/bin/surf2
 	@echo installing manual page to ${DESTDIR}${MANPREFIX}/man1
 	@mkdir -p ${DESTDIR}${MANPREFIX}/man1
-	@sed "s/VERSION/${VERSION}/g" < surf.1 > ${DESTDIR}${MANPREFIX}/man1/surf.1
-	@chmod 644 ${DESTDIR}${MANPREFIX}/man1/surf.1
+	@sed "s/VERSION/${VERSION}/g" < surf.1 > ${DESTDIR}${MANPREFIX}/man1/surf2.1
+	@chmod 644 ${DESTDIR}${MANPREFIX}/man1/surf2.1
 
 uninstall:
 	@echo removing executable file from ${DESTDIR}${PREFIX}/bin
