diff options
author | 1997-02-09 13:52:40 +0000 | |
---|---|---|
committer | 1997-02-09 13:52:40 +0000 | |
commit | 06f1ba87d9fbb136e239d3f8fa0b8a7c8c825687 (patch) | |
tree | fa59c46f1b0533a65f06e9815ff3be246b18da91 | |
parent | CC=${HOSTCC} for these; tv@slack.iag.net, PR#89 (diff) | |
download | wireguard-openbsd-06f1ba87d9fbb136e239d3f8fa0b8a7c8c825687.tar.xz wireguard-openbsd-06f1ba87d9fbb136e239d3f8fa0b8a7c8c825687.zip |
CC=${HOSTCC} for these; tv@slack.iag.net, PR#86
-rw-r--r-- | games/fortune/strfile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/fortune/strfile/Makefile b/games/fortune/strfile/Makefile index 34c2cc0988b..193767662ac 100644 --- 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> |