14 lines
202 B
Makefile
14 lines
202 B
Makefile
#
|
|
# config.mk
|
|
#
|
|
|
|
PREFIX = /usr
|
|
|
|
CC = cc
|
|
CFLAGS = -O2 -fstack-protector-strong
|
|
LDFLAGS = -s -static
|
|
|
|
# these should be the same as they are in config.h
|
|
PM_ENTRIES_DIR = /etc/pm
|
|
PM_ENTRIES_FILE = entries
|