df90566360
PR: 27096 Submitted by: Anders Nordby <anders@fix.no>
10 lines
243 B
Text
10 lines
243 B
Text
--- Makefile.orig Sat May 5 19:30:42 2001
|
|
+++ Makefile Sat May 5 19:31:41 2001
|
|
@@ -1,5 +1,5 @@
|
|
-linux: nbsmtp.c
|
|
- gcc -o nbsmtp nbsmtp.c
|
|
+all: nbsmtp.c
|
|
+ gcc $(CFLAGS) -o nbsmtp nbsmtp.c
|
|
|
|
solaris: nbsmtp.c
|
|
gcc -o nbsmtp nbsmtp.c -lxnet
|