Commit c05e6ac7 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf checkpolicy-3.0.tar.gz
$(MAKE) -C checkpolicy-3.0 CFLAGS="-fcommon"
$(MAKE) -C checkpolicy-3.0 install
rm -rf checkpolicy-3.0
temporary:
tar xf checkpolicy-3.0.tar.gz
$(MAKE) -C checkpolicy-3.0 CFLAGS="-fcommon"
ln -s checkpolicy-3.0 checkpolicy
clean:
rm -f checkpolicy
rm -rf checkpolicy-3.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment