summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-bk
blob: 75e8a1d99120333ccf34c342fbbaee342e735579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- /dev/null	Fri Jun 19 02:02:36 1998
+++ config/unix/alpha_netbsd/preproc.hdr	Fri Jun 19 02:44:07 1998
@@ -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