From e54351ade41a70183ce881e06c6bc0dc1b0f9e5c Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 4 Jun 1997 03:46:57 +0000 Subject: A set of utilities to play with Macintosh format files. PR: 3626 Submitted by: Joel Sutton --- archivers/macutils/files/patch-aa | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 archivers/macutils/files/patch-aa (limited to 'archivers/macutils/files/patch-aa') diff --git a/archivers/macutils/files/patch-aa b/archivers/macutils/files/patch-aa new file mode 100644 index 000000000000..01b90af47cac --- /dev/null +++ b/archivers/macutils/files/patch-aa @@ -0,0 +1,31 @@ +*** makefile.orig Mon Apr 14 16:15:21 1997 +--- makefile Mon Apr 14 16:34:14 1997 +*************** +*** 1,5 **** +! SHELL = /bin/sh +! BINDIR = /ufs/dik/tmpbin + # Use the following flags on the CF macro definition as needed. + # + # -DBSD if you are on a BSD system +--- 1,4 ---- +! SHELL = /bin/sh + # Use the following flags on the CF macro definition as needed. + # + # -DBSD if you are on a BSD system +*************** +*** 24,30 **** + # + # -DAPPLEDOUBLE if you want to be able to use an AppleDouble file system + # +! CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE + + all: + (cd crc; make CF='$(CF)') +--- 23,29 ---- + # + # -DAPPLEDOUBLE if you want to be able to use an AppleDouble file system + # +! CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS + + all: + (cd crc; make CF='$(CF)') -- cgit v1.2.3