blob: 505730a5e67a5426fb15c59e7683408d0191bd77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bk,v 1.1 2001/04/13 19:18:13 jonb Exp $
--- etc/atalkd/Makefile.orig Wed Apr 11 23:56:32 2001
+++ etc/atalkd/Makefile Wed Apr 11 23:56:55 2001
@@ -23,7 +23,7 @@
${CPPFLAGS} -c config.c
install : all
- ${INSTALL} -c atalkd ${SBINDIR}
+ ${INSTALL} -c atalkd ${LIBEXECDIR}
clean :
rm -f a.out core* *.o *.bak *[Ee]rrs tags
|