summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-04-24 08:13:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-04-24 08:13:33 +0000
commit2ce8e160422d52c86414b4fba91b81f3f1b0f9ed (patch)
tree8733bddb74ed730f9b856f921687f4378c8a87cb /games
parent8dd71fa13522ae5947e5dcabb397770f1a01d199 (diff)
do make right
Diffstat (limited to 'games')
-rw-r--r--games/fortune/strfile/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/games/fortune/strfile/Makefile b/games/fortune/strfile/Makefile
index f1e40ad15ad..34c2cc0988b 100644
--- a/games/fortune/strfile/Makefile
+++ b/games/fortune/strfile/Makefile
@@ -1,15 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 1996/03/09 01:33:26 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 1996/04/24 08:13:32 deraadt Exp $
# $NetBSD: Makefile,v 1.5 1995/03/23 08:28:44 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-PROG=
+PROG= strfile
MAN= strfile.8
-CLEANFILES+= strfile
-
-all: strfile
-
-strfile: ${.CURDIR}/strfile.c
- ${HOSTCC} ${CFLAGS} ${.CURDIR}/strfile.c -o $@
-
.include <bsd.prog.mk>