summaryrefslogtreecommitdiff
path: root/security/fwtk/files/patch-aa
blob: 9e66b5cf516b3e3674344f50cab8e4ee0deca667 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
--- Makefile.config.orig	Fri Nov  4 15:31:31 1994
+++ Makefile.config	Sun Feb 23 12:51:08 1997
@@ -25,8 +25,7 @@
 # Options for your compiler (eg, "-g" for debugging, "-O" for
 # optimizing, or "-g -O" for both under GCC)
 #COPT=	-g -traditional
-COPT=	-g
-#COPT=	-O
+COPT=
 
 
 # Version of "make" you want to use
@@ -40,17 +39,18 @@
 
 
 # Destination directory for installation of binaries
-DEST=	/usr/local/etc
+DEST=	%%BSD_PREFIX%%/libexec
 
 
 # Destination directory for installation of man pages
-#DESTMAN=	$(DEST)/../man
+DESTMAN=	$(DEST)/../man
 
 
 # Names of any auxiliary libraries your system may require (e.g., -lsocket)
 # If you want to link against a resolver library, specify it here.
-AUXLIB= -lresolv
+#AUXLIB= -lresolv
 #AUXLIB= -lsocket
+AUXLIB= -lcrypt
 
 
 # DBM library should be specified if it is an external library or
@@ -63,19 +63,19 @@
 # or -Bstatic for static binaries under SunOS 4.1.x)
 #LDFL=	-Bstatic
 #LDFL=
-LDFL= -g
+LDFL=
 
 
 # Location of the fwtk sources [For #include by any external tools needing it]
-FWTKSRCDIR=/u/b/mjr/firewall/fwtk
+FWTKSRCDIR=%%FWTKSRCDIR%%
 #FWTKSRCDIR=/usr/local/src/fwtk
 
 
 # Location of X libraries for X-gw
 #XLIBDIR=/usr/X11/lib
-XLIBDIR=/usr/local/X11R5/lib
+XLIBDIR=${X11BASE}/lib
 
 
 # Location of X include files
 #XINCLUDE=/usr/X11/include
-XINCLUDE=/usr/local/X11R5/include
+XINCLUDE=${X11BASE}/include