forked from Lainports/freebsd-ports
age to protect E-mail and data files. It lets you commu- nicate securely with people you've never met, with no secure channels needed for prior exchange of keys. It's well featured and fast, with sophisticated key management, digital signatures, data compression, and good ergonomic design. Contributors: Matthias Bruestle for the myetsid feature. Lutz Donnerhacke for the pgp2.6.3in development. Ingmar Camphausen, Thomas Roessler, a.o. for extensive testing. WWW: http://www.in-ca.individual.net/ FTP: ftp://ftp.fu-berlin.de/doc/IN/IN-CA/pgp/pgp263in/files/pgp263in.changes
28 lines
1.1 KiB
Text
28 lines
1.1 KiB
Text
--- makefile.orig Mon Jan 12 09:15:06 1998
|
|
+++ makefile Fri Mar 23 13:41:03 2001
|
|
@@ -79,7 +79,7 @@
|
|
@echo "where <system> can be:"
|
|
@echo " 386bsd, 3b1, 3b1_asm, aix370, aix386, amix-68k-gcc, apollo,"
|
|
@echo " apollo-gcc, atari,aux(*), aux-gcc, bsd, bsdgcc, convexos,"
|
|
- @echo " dgux, djgpp, encore, freebsd, hpux-68k(*), hpux-68k-ansi,"
|
|
+ @echo " dgux, djgpp, encore, freebsd-{alpha,i386}, hpux-68k(*), hpux-68k-ansi,"
|
|
@echo " hpux-68k-gcc, hpux-pa(*), hpux-pa-ansi, hpux-pa-gcc, hpux9-pa-ansi,"
|
|
@echo " irix, irix_asm, isc, isc_asm, linux, linux-aout, linux-68k,"
|
|
@echo " machten, mach_386, mips-ultrix, netbsd, netbsd_68k, newsasm,"
|
|
@@ -175,9 +175,14 @@
|
|
$(MAKE) all CC=gcc LD=gcc \
|
|
CFLAGS="$(RSAINCDIR) -O2 -DHIGHFIRST -DUNIX -DPORTABLE -DIDEA32"
|
|
|
|
-freebsd:
|
|
+freebsd-i386:
|
|
$(MAKE) all LD="$(CC) -s" OBJS_EXT="_80386.o _zmatch.o" \
|
|
- CFLAGS="$(RSAINCDIR) -O2 -fno-strength-reduce -DUNIX -DIDEA32 -DASM \
|
|
+ CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DUNIX -DIDEA32 -DASM \
|
|
+ -DMAX_NAMELEN=255"
|
|
+
|
|
+freebsd-alpha:
|
|
+ $(MAKE) all LD="$(CC) -s" \
|
|
+ CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DPORTABLE -DUNIX -DIDEA32 \
|
|
-DMAX_NAMELEN=255"
|
|
|
|
386bsd:
|