Skip to content
Snippets Groups Projects
Commit 45df0e2c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Added misc commands.

parent 36f9d612
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment