summaryrefslogtreecommitdiff
path: root/sysutils/randread/patches/patch-aa
blob: 051101028ce99f6f1f3d1201ab323f74b4c7a7f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.1.1.1 2002/06/25 05:03:29 grant Exp $

--- Makefile.orig	Fri Jun 21 17:12:37 2002
+++ Makefile	Wed Jun 26 01:00:37 2002
@@ -1,6 +1,6 @@
 
 randread: randread.c
-	cc -g -Wall -o randread randread.c
+	${CC} ${CFLAGS} -Wall -o randread randread.c
 
 tarfile: clean
 	tar cf - . | gzip -9 > ../randread.tar.gz