$NetBSD: patch-aa,v 1.3 2002/06/26 21:03:00 abs Exp $

--- Makefile.in.orig	Thu Feb 18 11:14:57 1999
+++ Makefile.in
@@ -27,6 +27,7 @@
 bindir = @bindir@
 sbindir = @sbindir@
 libdir = @libdir@
+datadir = @datadir@
 sysconfdir = @sysconfdir@
 
 PROGS=test_io test_func test_name workmanir lirmand
@@ -125,7 +126,7 @@
 	$(INSTALL) -m 755 workmanir $(bindir)/workmanir
 	$(INSTALL) -m 755 lirmand $(sbindir)/lirmand
 	$(INSTALL) -m 755 libirman.a $(libdir)/libirman.a
-	$(INSTALL) -m 644 irman.conf $(sysconfdir)/irman.conf
+	$(INSTALL) -m 644 irman.conf $(datadir)/examples/irman.conf
 	@echo notice: the test programs are only installed in the current directory \(`pwd`\)
 
 uninstall: rmdev
