Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / ddos-scan / patches / patch-aa
blobd695c51ba854cd506f3300c5a15f0a9c9febba5f
1 $NetBSD$
3 --- Makefile.orig       2000-01-10 21:14:31.000000000 +0000
4 +++ Makefile
5 @@ -3,11 +3,12 @@
6  
7  CFLAGS=
8  
9 -# For Solaris 2.5.1 and above, uncomment the following line.
10 +.if ${OPSYS} == "SunOS"
11 +CPPFLAGS=
12  LIBS=-lresolv -lsocket -lnsl
13 +.endif
15  default:
16 -       @clear
17         @tail -19 README
18         @echo " "
19         @echo "Please read the README file first, then edit the Makefile"