diff options
author | steve <steve@FreeBSD.org> | 1999-09-20 09:25:36 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-20 09:25:36 +0800 |
commit | a8b50e652432938d87ddbf3954a1bf40deef5bb8 (patch) | |
tree | 1a3680cb4173c8d2de8c478db7aaedc8a5f8c8ca /security | |
parent | edde4acf11caf0ed7d30ee1eaadb66d550af4c3a (diff) | |
download | freebsd-ports-gnome-a8b50e652432938d87ddbf3954a1bf40deef5bb8.tar.gz freebsd-ports-gnome-a8b50e652432938d87ddbf3954a1bf40deef5bb8.tar.zst freebsd-ports-gnome-a8b50e652432938d87ddbf3954a1bf40deef5bb8.zip |
Steal a few lines from the Linux/Alpha book so we can have this port on
FreeBSD/Alpha too.
Diffstat (limited to 'security')
-rw-r--r-- | security/john/files/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/security/john/files/patch-aa b/security/john/files/patch-aa new file mode 100644 index 000000000000..8c25ca26c821 --- /dev/null +++ b/security/john/files/patch-aa @@ -0,0 +1,22 @@ +--- Makefile.orig Sun Sep 19 16:22:44 1999 ++++ Makefile Sun Sep 19 16:25:16 1999 +@@ -89,6 +89,7 @@ + @echo "freebsd-x86-any-a.out FreeBSD, x86, a.out binaries" + @echo "freebsd-x86-k6-a.out FreeBSD, AMD K6, a.out binaries" + @echo "freebsd-x86-any-elf FreeBSD, x86, ELF binaries" ++ @echo "freebsd-alpha-any-elf FreeBSD, Alpha, ELF binaries" + @echo "freebsd-x86-mmx-elf FreeBSD, x86 with MMX, ELF binaries" + @echo "freebsd-x86-k6-elf FreeBSD, AMD K6, ELF binaries" + @echo "openbsd-x86-any OpenBSD, x86" +@@ -175,6 +176,11 @@ + JOHN_OBJS="$(JOHN_OBJS) x86.o" \ + CFLAGS="$(CFLAGS) -m486" \ + ASFLAGS="$(ASFLAGS) -DBSD" ++ ++freebsd-alpha-any-elf: ++ $(LN) alpha.h arch.h ++ $(MAKE) $(PROJ) \ ++ JOHN_OBJS="$(BITSLICE_OBJS) $(JOHN_OBJS) alpha.o" + + freebsd-x86-mmx-elf: + $(LN) x86-mmx.h arch.h |