$OpenBSD: patch-Makefile_in,v 1.2 2002/09/03 05:45:22 mark Exp $
--- Makefile.in.orig	Wed Jun 26 23:28:34 2002
+++ Makefile.in	Mon Sep  2 21:42:46 2002
@@ -4,6 +4,8 @@ bindir = @bindir@
 mandir = @mandir@/man1
 LIBS = @LIBS@
 
+DESTDIR =
+
 CFLAGS = -O
 RM = rm -f
 INSTALL  = install -c -m
@@ -35,5 +37,5 @@ distclean:
 	$(RM) $(OBJS) $(PROG) $(CNF) $(MKF)
 
 install: all
-	$(INSTALL) 555 $(PROG) $(bindir)
-	$(INSTALL) 444 $(MAN) $(mandir)
+	$(INSTALL) 555 $(PROG) $(DESTDIR)$(bindir)
+	$(INSTALL) 444 $(MAN) $(DESTDIR)$(mandir)
