blob: 42cd00bf101f22b12380919f40794a04679c8c4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$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"
|