summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-ap
blob: ed39bae072c0a87819890aa4e77ccdf543d7f75b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ap,v 1.2 1998/08/07 11:09:08 agc Exp $

--- /dev/null	Wed Oct  1 17:23:30 1997
+++ config/unix/intel_netbsd/preproc.hdr	Wed Oct  1 17:32:25 1997
@@ -0,0 +1,10 @@
+#  The -D$D option to CFLAGS makes it possible to specify a definition
+#  at the Make command level without revising the Makefile, as
+#  in
+#
+#	make D=Debug
+#
+D=NOTHING
+CC=cc
+CFLAGS+= -O -D$D
+SHELL=/bin/sh