10 lines
315 B
Text
10 lines
315 B
Text
--- Makefile.in.orig 2001-07-16 14:41:29 UTC
|
|
+++ Makefile.in
|
|
@@ -68,5 +68,4 @@ distclean:
|
|
make clean
|
|
rm -f config.cache config.status config.log Makefile
|
|
install:
|
|
- $(INSTALL) -s -o root -m 0755 mgstat $(bindir)/mgstat
|
|
-
|
|
\ No newline at end of file
|
|
+ $(BSD_INSTALL_PROGRAM) mgstat $(DESTDIR)$(bindir)/mgstat
|