security-misc/Makefile

19 lines
499 B
Makefile
Raw Normal View History

2015-12-14 21:00:24 -05:00
#!/usr/bin/make -f
2018-01-29 10:22:05 -05:00
## Copyright (C) 2012 - 2018 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
2015-12-14 21:00:24 -05:00
## 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