blob: 06c1280407114f0e82018076de74c6d2d89581d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aq,v 1.2 2006/01/23 18:07:51 joerg Exp $
--- src/Makefile.orig 1997-06-27 14:50:31.000000000 +0000
+++ src/Makefile
@@ -89,7 +89,7 @@ COMPILE=$(CC) $(CFLAGS) $(CPPFLAGS) $(LD
#####################################
# The following don't need special handling.
-freebsd netbsd openbsd sunos linux:
+dragonfly freebsd netbsd netbsdelf openbsd sunos linux:
@$(MAKE) binaries
bsdi:
|