freebsd-ports/news/crashmail/files/patch-ab
Max Khon eabe539c4a New port: Crashmail II (FTN mail tosser)
Submitted by:	MAINTAINER
2003-01-21 12:08:12 +00:00

33 lines
929 B
Text

diff -ur src/Makefile src/Makefile
--- src/Makefile Wed May 16 01:39:04 2001
+++ src/Makefile Sun Jun 24 14:01:17 2001
@@ -10,10 +10,10 @@
@echo make cleanos2 ......... Remove object files under OS/2
linux :
- make -C cmnllib -f Makefile.linux
- make -C jamlib -f Makefile.linux
- make -C oslib_linux
- make -f Makefile.linux
+ ${MAKE} -C cmnllib -f Makefile.linux
+ ${MAKE} -C jamlib -f Makefile.linux
+ ${MAKE} -C oslib_linux
+ ${MAKE} -f Makefile.linux
win32 :
make -C cmnllib -f Makefile.win32
@@ -28,10 +28,10 @@
make -f Makefile.os2
cleanlinux :
- make -C cmnllib -f Makefile.linux clean
- make -C jamlib -f Makefile.linux clean
- make -C oslib_linux clean
- make -f Makefile.linux clean
+ ${MAKE} -C cmnllib -f Makefile.linux clean
+ ${MAKE} -C jamlib -f Makefile.linux clean
+ ${MAKE} -C oslib_linux clean
+ ${MAKE} -f Makefile.linux clean
cleanwin32 :
make -C cmnllib -f Makefile.win32 clean