19 lines
411 B
Text
19 lines
411 B
Text
$NetBSD: patch-aa,v 1.2 2007/06/30 18:49:38 joerg Exp $
|
|
|
|
--- Makefile.orig 2000-01-10 21:14:31.000000000 +0000
|
|
+++ Makefile
|
|
@@ -3,11 +3,12 @@
|
|
|
|
CFLAGS=
|
|
|
|
-# For Solaris 2.5.1 and above, uncomment the following line.
|
|
+.if ${OPSYS} == "SunOS"
|
|
+CPPFLAGS=
|
|
LIBS=-lresolv -lsocket -lnsl
|
|
+.endif
|
|
|
|
default:
|
|
- @clear
|
|
@tail -19 README
|
|
@echo " "
|
|
@echo "Please read the README file first, then edit the Makefile"
|