1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-09 05:19:16 -04:00
ports/archivers/macutils/files/patch-aa
Satoshi Asami e54351ade4 A set of utilities to play with Macintosh format files.
PR:		3626
Submitted by:	Joel Sutton <sutton@aardvark.apana.org.au>
1997-06-04 03:46:57 +00:00

31 lines
817 B
Text

*** 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)')