From: Kurt Zeilenga Date: Thu, 17 Sep 1998 04:43:43 +0000 (+0000) Subject: Added misc commands. X-Git-Tag: PHP3_TOOL_0_0~18^2~131 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=45df0e2c9a4d85bdbe87b70b96eb260f7bb37ad4;p=openldap Added misc commands. --- diff --git a/build/info.mk b/build/info.mk index 5ea8e7520b..22f60cc444 100644 --- a/build/info.mk +++ b/build/info.mk @@ -2,4 +2,3 @@ ## Makefile Template for Non-Source Directories ## - diff --git a/build/top.mk b/build/top.mk index 19bbb20ce1..690cc2f579 100644 --- a/build/top.mk +++ b/build/top.mk @@ -49,7 +49,14 @@ BASENAME = basename PWD = pwd CAT = cat MKDIR = mkdir +CHMOD = chmod +# Misc UNIX commands used in programs +EDITOR = @EDITOR@ +FINGER = @FINGER@ +SENDMAIL = @SENDMAIL@ + +# Version VERSIONFILE = $(top_srcdir)/build/version INCLUDEDIR = -I$(top_srcdir)/include $(XINCLUDEDIR)