mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23: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
|
## Makefile Template for Non-Source Directories
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,14 @@ BASENAME = basename
|
||||||
PWD = pwd
|
PWD = pwd
|
||||||
CAT = cat
|
CAT = cat
|
||||||
MKDIR = mkdir
|
MKDIR = mkdir
|
||||||
|
CHMOD = chmod
|
||||||
|
|
||||||
|
# Misc UNIX commands used in programs
|
||||||
|
EDITOR = @EDITOR@
|
||||||
|
FINGER = @FINGER@
|
||||||
|
SENDMAIL = @SENDMAIL@
|
||||||
|
|
||||||
|
# Version
|
||||||
VERSIONFILE = $(top_srcdir)/build/version
|
VERSIONFILE = $(top_srcdir)/build/version
|
||||||
|
|
||||||
INCLUDEDIR = -I$(top_srcdir)/include $(XINCLUDEDIR)
|
INCLUDEDIR = -I$(top_srcdir)/include $(XINCLUDEDIR)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue