mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2f6d0a15ee
Broke up mega-patches into one/file.
59 lines
1.4 KiB
Plaintext
59 lines
1.4 KiB
Plaintext
--- 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
|