diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 01:27:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 01:27:50 +0000 |
commit | bfc284f0867ec29b519d5ca79ae91cf175312f54 (patch) | |
tree | 6d5da3ab6368ad376a14d51aac7bff7f05d3f7ca /games/fortune/datfiles/Makefile | |
parent | e3fdeab657dae27751d372f0eccbf8fb068d735f (diff) |
from netbsd: fix a few typos
Diffstat (limited to 'games/fortune/datfiles/Makefile')
-rw-r--r-- | games/fortune/datfiles/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile index c293cdfd6c3..ddb60f27419 100644 --- a/games/fortune/datfiles/Makefile +++ b/games/fortune/datfiles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1995/06/26 21:59:39 pk Exp $ +# $NetBSD: Makefile,v 1.14 1995/10/22 21:06:40 christos Exp $ # @(#)Makefile 8.2 (Berkeley) 4/19/94 SRCS= fortunes fortunes2 startrek zippy @@ -19,7 +19,8 @@ TYPE= real CLEANFILES+=${BLDS} STRFILE!=cd $(.CURDIR)/../strfile; \ - printf "xxx:\n\techo \$${.OBJDIR}/strfile\n" | ${MAKE} -r -s -f - xxx + printf "xxx:\n\techo \$${.OBJDIR}/strfile\n" | \ + ${MAKE} -r -s -f - xxx | grep strfile all: ${BLDS} |