Skip to content

Commit

Permalink
selinux: drop autogenerated files
Browse files Browse the repository at this point in the history
When running a make clean, it is desirable for the autogenerated files to be
removed.

Signed-off-by: Aaron Conole <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
apconole authored and blp committed Feb 28, 2018
1 parent eab1387 commit ef4da7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions selinux/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ PHONY: selinux-policy

selinux-policy: selinux/openvswitch-custom.te
$(MAKE) -C selinux/ -f /usr/share/selinux/devel/Makefile

CLEANFILES += \
selinux/openvswitch-custom.te \
selinux/openvswitch-custom.pp \
selinux/openvswitch-custom.fc \
selinux/openvswitch-custom.if

0 comments on commit ef4da7c

Please sign in to comment.