blob: eaf93d61ad807eeffe59f8fd10fbd994bd90b35f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
$NetBSD: patch-ac,v 1.8 2005/11/08 16:41:30 tv Exp $
--- Makefile.orig 2004-12-05 13:25:19.000000000 -0500
+++ Makefile
@@ -2,7 +2,7 @@
TOP = .
-SUBDIRS = src progs
+SUBDIRS = src
default: $(TOP)/configs/current
@@ -64,6 +64,7 @@ hpux11-64 \
hpux11-64-static \
hpux9 \
hpux9-gcc \
+interix3 \
irix6-64 \
irix6-64-static \
irix6-n32 \
@@ -100,6 +101,7 @@ linux-x86-64-static \
linux-x86-glide \
linux-x86-static \
netbsd \
+pkgsrc \
openbsd \
osf1 \
solaris-x86 \
|