blob: d32450776a4fbb2770da456e639a2823758230b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 2008/06/20 01:09:11 joerg Exp $
--- src/Makefile.in.orig 2003-04-25 13:37:51.000000000 -0500
+++ src/Makefile.in
@@ -18,7 +16,7 @@ process.o: process.c
$(CC) $(CFLAGS) $(INC) -c process.c
install:
- install -c -s -o root -g wheel -m 555 asm2html ${INSDIR}/asm2html
+ $(BSD_INSTALL_PROGRAM) asm2html ${DESTDIR}${INSDIR}/asm2html
uninstall:
rm -f $(INSDIR)/asm2html
|