mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-27 09:10:31 -05:00
initial commit
This commit is contained in:
commit
d3ccf0eeaf
16 changed files with 892 additions and 0 deletions
18
Makefile
Normal file
18
Makefile
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
## Copyright (C) 2012 - 2014 Patrick Schleizer <adrelanos@riseup.net>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
## genmkfile - Makefile - version 1.5
|
||||
|
||||
## This is a copy.
|
||||
## master location:
|
||||
## https://github.com/Whonix/genmkfile/blob/master/usr/share/genmkfile/Makefile
|
||||
|
||||
GENMKFILE_PATH ?= /usr/share/genmkfile
|
||||
GENMKFILE_ROOT_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
|
||||
|
||||
export GENMKFILE_PATH
|
||||
export GENMKFILE_ROOT_DIR
|
||||
|
||||
include $(GENMKFILE_PATH)/makefile-full
|
||||
Loading…
Add table
Add a link
Reference in a new issue