summaryrefslogtreecommitdiff
path: root/mail/nbsmtp/files/patch-aa
blob: 87f91ecc77068bc5064a3ed0bcd763bf2ac3d4b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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