1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/archivers/macutils/files/patch-aa

19 lines
529 B
Plaintext
Raw Normal View History

--- makefile.orig Sat Oct 2 13:16:00 1993
+++ makefile Fri Apr 16 00:10:58 1999
@@ -1,5 +1,4 @@
-SHELL = /bin/sh
-BINDIR = /ufs/dik/tmpbin
+SHELL = /bin/sh
# Use the following flags on the CF macro definition as needed.
#
# -DBSD if you are on a BSD system
@@ -24,7 +23,7 @@
#
# -DAPPLEDOUBLE if you want to be able to use an AppleDouble file system
#
-CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE
+CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS ${CFLAGS}
all:
(cd crc; make CF='$(CF)')