mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
46bf503a0a
port, repo-copied from security/pgp5 by asami. I added a bunch of the intl mirrors to make this port super-available. PR: 16377 Submitted by: Mike Sherwood <mike@fate.com>
20 lines
480 B
Plaintext
20 lines
480 B
Plaintext
*** libs/pgpcdk/priv/crypto/bignum/Makefile.in 2000/01/26 03:17:45 1.1
|
|
--- libs/pgpcdk/priv/crypto/bignum/Makefile.in 2000/01/26 03:19:25 1.2
|
|
***************
|
|
*** 10,16 ****
|
|
# Architecture-dependent asm code
|
|
.SUFFIXES: .s
|
|
.s.o:
|
|
! $(CC) -c $(CFLAGS) $<
|
|
|
|
DEFS_sparc=-DBNINCLUDE=bnisparc.h
|
|
OBJS_sparc=bnisparc.o
|
|
--- 10,16 ----
|
|
# Architecture-dependent asm code
|
|
.SUFFIXES: .s
|
|
.s.o:
|
|
! $(CC) -c -O -g $<
|
|
|
|
DEFS_sparc=-DBNINCLUDE=bnisparc.h
|
|
OBJS_sparc=bnisparc.o
|