aboutsummaryrefslogtreecommitdiff
path: root/src/rc
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2014-12-05 11:55:16 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-12-05 11:55:45 -0600
commit7a92eb888794819a339babd0ee220b6aa3993db1 (patch)
tree62239457e7263506a0485903a47a71a8a5eccf0e /src/rc
parent30cc3cdb76a66c7c0f89a52db4e5cff77b570e31 (diff)
rename git.mk to gitver.mk
This is a more descriptive name since this file only sets the gitver variable.
Diffstat (limited to 'src/rc')
-rw-r--r--src/rc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile
index bd8b942c..d2b2ac5f 100644
--- a/src/rc/Makefile
+++ b/src/rc/Makefile
@@ -42,7 +42,7 @@ LDADD+= -lutil -lrc -leinfo
include ../../Makefile.inc
MK= ../../mk
include ${MK}/prog.mk
-include ${MK}/git.mk
+include ${MK}/gitver.mk
include ${MK}/cc.mk
include ${MK}/termcap.mk