Subject: Solaris specific package patches
To: None <tech-pkg@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-pkg
Date: 09/22/2003 19:01:40
I keep seeing the following patch appear on many packages. I think that
we could follow a more generic approach, rather than patching each package
individually? Is there a way to do this?

christos

+.if ${OPSYS} == "SunOS"
+LDFLAGS+=      -lsocket -lnsl -lresolv
+.endif