diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-12-31 23:43:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-12-31 23:43:05 +0000 |
commit | 55d93ba9b208ae6a0efc29a6c95ff5aa41eca32b (patch) | |
tree | a0f2236eab4ce2e20e298f2bd0c721004158e4c4 /games | |
parent | 23fd15c572c7fd3b27b031ad7d0b548c1cee4f7f (diff) |
Add ${PIPE}; evanc@concer.to
Diffstat (limited to 'games')
-rw-r--r-- | games/bs/Makefile | 4 | ||||
-rw-r--r-- | games/larn/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile index 853b74f6b85..02fd8ed8687 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1998/07/24 00:10:22 millert Exp $ +# $OpenBSD: Makefile,v 1.6 1998/12/31 23:43:04 millert Exp $ PROG= bs MAN= bs.6 @@ -6,6 +6,6 @@ DPADD= ${LIBCURSES} LDADD= -lcurses HIDEGAME=hidegame # XXX - -O2 exposes a gcc optimizer bug -CFLAGS= -O ${DEBUG} +CFLAGS= -O ${PIPE} ${DEBUG} .include <bsd.prog.mk> diff --git a/games/larn/Makefile b/games/larn/Makefile index d9b0716d5ac..8fb6d048658 100644 --- a/games/larn/Makefile +++ b/games/larn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 1998/10/01 05:31:38 pjanzen Exp $ +# $OpenBSD: Makefile,v 1.9 1998/12/31 23:43:04 millert Exp $ # EXTRA # Incorporates code to gather additional performance statistics @@ -57,7 +57,7 @@ PROG= larn MAN= larn.6 -CFLAGS=-DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -DTERMIOS +CFLAGS=+-DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -DTERMIOS SRCS= main.c object.c create.c tok.c display.c global.c data.c io.c \ monster.c store.c diag.c help.c config.c nap.c bill.c scores.c \ signal.c moreobj.c movem.c regen.c fortune.c savelev.c |