summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-ap
blob: 572ec881f19cbdc7d6c06436a3a7dbae0172c79e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- /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