File: Makefile

package info (click to toggle)
libsemanage 3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,108 kB
  • sloc: ansic: 21,386; python: 1,308; yacc: 523; makefile: 285; lex: 81; sh: 16
file content (19 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Installation directories.
PREFIX ?= /usr
LIBEXECDIR ?= $(PREFIX)/libexec
SELINUXEXECDIR ?= $(LIBEXECDIR)/selinux/

all:

install: all
	-mkdir -p $(DESTDIR)$(SELINUXEXECDIR)
	install -m 755 semanage_migrate_store $(DESTDIR)$(SELINUXEXECDIR)

clean:

distclean: clean

indent:

relabel: