mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
20 lines
389 B
Plaintext
20 lines
389 B
Plaintext
|
*** utils/Makefile.SH.orig Fri Mar 11 02:20:29 1994
|
||
|
--- utils/Makefile.SH Sun Apr 27 06:05:04 1997
|
||
|
***************
|
||
|
*** 67,73 ****
|
||
|
LIB2 = $libs
|
||
|
LIBS = $termlib $dbm
|
||
|
LINT = $lint
|
||
|
! LN = $ln
|
||
|
MAKE = $make
|
||
|
MV = $mv
|
||
|
OPTIMIZE = $optimize
|
||
|
--- 67,73 ----
|
||
|
LIB2 = $libs
|
||
|
LIBS = $termlib $dbm
|
||
|
LINT = $lint
|
||
|
! LN = $ln -fs
|
||
|
MAKE = $make
|
||
|
MV = $mv
|
||
|
OPTIMIZE = $optimize
|