blob: 2b24628bca4ef426eeb0f6824150ff888db9c833 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$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
|