pkgsrc/devel/bcc/patches/patch-ao
agc 69926886dc Move the configuration stage from a separate script into the package
Makefile, using the standard target.

Add the required Makefile and Makefile.inc in a more standard way.

Get rid of the now unnecessary configure script.
2001-10-25 20:40:07 +00:00

9 lines
206 B
Text

$NetBSD: patch-ao,v 1.1 2001/10/25 20:40:07 agc Exp $
--- /dev/null Thu Oct 25 21:25:38 2001
+++ Makefile Thu Oct 25 21:25:39 2001
@@ -0,0 +1,4 @@
+
+SUBDIR = ld as bcc-cc1 bcc
+
+.include <bsd.subdir.mk>