14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
|
diff --git a/Makefile b/Makefile
|
||
|
index f45e657..f1915d9 100644
|
||
|
--- a/Makefile
|
||
|
+++ b/Makefile
|
||
|
@@ -1,6 +1,6 @@
|
||
|
CFLAGS += -std=c99 -Wall -Wextra -pedantic -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE
|
||
|
-PREFIX = /usr/local
|
||
|
-MANPREFIX = $(PREFIX)/man
|
||
|
+PREFIX =
|
||
|
+MANPREFIX = /share/man
|
||
|
|
||
|
BIN = crond
|
||
|
MAN = scron.1
|