diff --git a/dbus/Makefile b/dbus/Makefile index c9240525..9a6cc90e 100644 --- a/dbus/Makefile +++ b/dbus/Makefile @@ -13,3 +13,5 @@ install: install -m 755 selinux_server.py $(DESTDIR)/usr/share/system-config-selinux relabel: + +test: diff --git a/gui/Makefile b/gui/Makefile index 4170e943..d49a7ce0 100644 --- a/gui/Makefile +++ b/gui/Makefile @@ -54,3 +54,5 @@ clean: indent: relabel: + +test: diff --git a/mcstrans/Makefile b/mcstrans/Makefile index eb3d9556..c993a9f5 100644 --- a/mcstrans/Makefile +++ b/mcstrans/Makefile @@ -14,3 +14,5 @@ clean: $(MAKE) -C man clean relabel: + +test: diff --git a/restorecond/Makefile b/restorecond/Makefile index 02b70113..9f163f59 100644 --- a/restorecond/Makefile +++ b/restorecond/Makefile @@ -60,3 +60,4 @@ clean: indent: ../../scripts/Lindent $(wildcard *.[ch]) +test: