14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
--- Makefile.in.orig Mon Dec 20 08:57:35 1999
|
|
+++ Makefile.in Mon Dec 20 08:58:05 1999
|
|
@@ -108,8 +108,8 @@
|
|
LN = @LN@
|
|
CP = @CP@
|
|
MV = @MV@
|
|
-INSTALL = ./bsdinstall -c -s -m 755
|
|
-INSTALL_DATA = $(topdir)/bsdinstall -c -m 644
|
|
+INSTALL = $(BSD_INSTALL_PROGRAM)
|
|
+INSTALL_DATA = $(BSD_INSTALL_DATA)
|
|
|
|
VERSION = @VERSION@
|
|
_VERSION_ = @_VERSION_@
|