diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-09-19 02:13:54 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-09-19 02:13:54 +0000 |
commit | 72ce59fa524622eb3db950d3e2b7c9b36e414402 (patch) | |
tree | 6c4e8a6a9e8afbbc171efb1387a4990dc70a172b /sysutils/mei/files/patch-aa | |
parent | Use freebsd: bulding target, faster i386 crc (diff) |
port for mei, a formatter for magneto-optical disk.
comes with magneto-optical disk ejection tool (moe).
Diffstat (limited to 'sysutils/mei/files/patch-aa')
-rw-r--r-- | sysutils/mei/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/mei/files/patch-aa b/sysutils/mei/files/patch-aa new file mode 100644 index 000000000000..156c60d911a5 --- /dev/null +++ b/sysutils/mei/files/patch-aa @@ -0,0 +1,11 @@ +--- freebsd.mak.orig Sun Sep 14 22:10:43 1997 ++++ freebsd.mak Sun Sep 14 22:10:51 1997 +@@ -16,7 +16,7 @@ + MANEXT = 1 + RM = rm -f + CP = cp -f +-INSTALL = cp -f ++#INSTALL = cp -f + KCC = nkf + + SWITCHES = -DUSE_SCSI_WRITE -DNLS -USECURE |