aboutsummaryrefslogtreecommitdiff
path: root/src/rc/Makefile
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2014-07-16 14:14:37 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-07-16 14:14:37 -0500
commit010c2ab18b4be2068237cf0db97e9348bba65ac6 (patch)
tree913a58946b6b3e614ebd270f79fcbd2fc1e3cd4c /src/rc/Makefile
parent9c689542c3246e793310db938374bc97600435e6 (diff)
Rename SELinux source files
The name rc-selinux-util.* is a bit long, so I renamed the source files to rc-selinux.* X-Gentoo-Bug: 516956 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=516956
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r--src/rc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile
index fb5265c6..609794a8 100644
--- a/src/rc/Makefile
+++ b/src/rc/Makefile
@@ -5,10 +5,10 @@ SRCS= checkpath.c fstabinfo.c mountinfo.c start-stop-daemon.c \
runscript.c rc.c swclock.c
ifeq (${MKSELINUX},yes)
-SRCS+= rc-selinux-util.c
+SRCS+= rc-selinux.c
endif
-CLEANFILES= version.h rc-selinux-util.o
+CLEANFILES= version.h rc-selinux.o
BINDIR= ${PREFIX}/bin
SBINDIR= ${PREFIX}/sbin