1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
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

11 lines
243 B
Plaintext

--- 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