mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Added misc commands.
This commit is contained in:
parent
36f9d6124b
commit
45df0e2c9a
2 changed files with 7 additions and 1 deletions
|
|
@ -2,4 +2,3 @@
|
|||
## Makefile Template for Non-Source Directories
|
||||
##
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue