artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdcd13e
)
CC=${HOSTCC} for these; tv@slack.iag.net, PR#86
author
deraadt
<deraadt@openbsd.org>
Sun, 9 Feb 1997 13:52:40 +0000
(13:52 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 9 Feb 1997 13:52:40 +0000
(13:52 +0000)
games/fortune/strfile/Makefile
patch
|
blob
|
history
diff --git
a/games/fortune/strfile/Makefile
b/games/fortune/strfile/Makefile
index
34c2cc0
..
1937676
100644
(file)
--- a/
games/fortune/strfile/Makefile
+++ b/
games/fortune/strfile/Makefile
@@
-1,8
+1,9
@@
-# $OpenBSD: Makefile,v 1.
3 1996/04/24 08:13:32
deraadt Exp $
+# $OpenBSD: Makefile,v 1.
4 1997/02/09 13:52:40
deraadt Exp $
# $NetBSD: Makefile,v 1.5 1995/03/23 08:28:44 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= strfile
MAN= strfile.8
+CC= ${HOSTCC}
.include <bsd.prog.mk>