blob: 8497756dfcb431b894d828ed3d525f8dd791bcaa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- Makefile.orig Wed Jul 11 16:57:27 2001
+++ Makefile Wed Sep 12 22:25:13 2001
@@ -20,13 +20,12 @@
#
#
# Generic compiler (usually linked to gcc on most platforms)
-CC = cc
# GNU..
#CC = gcc
# Normal systems flags
-CFLAGS = -O -Wall
+CFLAGS += -DPREFIX=\"${PREFIX}\"
# Debug mode for portsentry
#CFLAGS = -Wall -g -DNODAEMON -DDEBUG
|