]> git.sur5r.net Git - openldap/commitdiff
Added misc commands.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 17 Sep 1998 04:43:43 +0000 (04:43 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 17 Sep 1998 04:43:43 +0000 (04:43 +0000)
build/info.mk
build/top.mk

index 5ea8e7520b2fe509eab8f2480459f48ce23d1808..22f60cc444807eb29f2b62a02d202404c68f0b11 100644 (file)
@@ -2,4 +2,3 @@
 ## Makefile Template for Non-Source Directories
 ##
 
-
index 19bbb20ce1a3f29c8aec79e6eec0bb4d2c69e6e0..690cc2f579b9f2ac87ba0f040d6e4f2a7dd54715 100644 (file)
@@ -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)