mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
- Clean up a malloc() call to get rid of some warnings. - Pet portlint by using "makepatch" for the patches, added the license, changed a tab after the WWW line. PR: 208295 Submitted by: pfg@
13 lines
252 B
Text
13 lines
252 B
Text
--- MT/makefile.orig 1998-12-17 15:47:48 UTC
|
|
+++ MT/makefile
|
|
@@ -1,8 +1,8 @@
|
|
all_drivers :
|
|
- cd drivers ; make drivers
|
|
+ cd drivers ; ${MAKE} drivers
|
|
|
|
lib :
|
|
- cd src ; make spoolesMT.a
|
|
+ cd src ; ${MAKE} spoolesMT.a
|
|
|
|
clean :
|
|
cd src ; make clean
|