freebsd-ports/mail/nbsmtp/files/patch-aa
Will Andrews df90566360 Add nbsmtp 0.8, simple program for outgoing SMTP delivery.
PR:		27096
Submitted by:	Anders Nordby <anders@fix.no>
2001-05-20 03:25:18 +00:00

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