diff options
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r-- | src/rc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile index 5f5aa631..fb5265c6 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -4,7 +4,11 @@ SRCS= checkpath.c fstabinfo.c mountinfo.c start-stop-daemon.c \ rc-misc.c rc-plugin.c rc-service.c rc-status.c rc-update.c \ runscript.c rc.c swclock.c -CLEANFILES= version.h +ifeq (${MKSELINUX},yes) +SRCS+= rc-selinux-util.c +endif + +CLEANFILES= version.h rc-selinux-util.o BINDIR= ${PREFIX}/bin SBINDIR= ${PREFIX}/sbin |