brad fd8918b3a5 upgrade to 2.500 EPIC4 snapshot
- slight change, wserv has been renamed to wserv-epic so that BitchX and
  EPIC4 can co-exist on the same system.
1999-12-06 17:26:59 +00:00

23 lines
601 B
Plaintext

--- Makefile.in.orig Mon Nov 22 13:05:03 1999
+++ Makefile.in Sun Dec 5 21:32:45 1999
@@ -73,7 +73,7 @@
epic = @epic@
epic_exe = $(bindir)/$(epic)
-wserv_exe = $(libexecdir)/wserv
+wserv_exe = $(libexecdir)/wserv-epic
epicdir = $(sharedir)/$(epic)
############ You ought not change anything below this line ###################
@@ -81,8 +81,8 @@
RM = rm -f
CP = cp
MV = mv
-INSTALL_PROGRAM = @srcdir@/bsdinstall -c -m 755
-INSTALL_DATA = @srcdir@/bsdinstall -c -m 644
+INSTALL_PROGRAM = $(BSD_INSTALL_PROGRAM)
+INSTALL_DATA = $(BSD_INSTALL_DATA)
VERSION = @VERSION@