diff options
author | 1999-01-01 17:47:17 +0000 | |
---|---|---|
committer | 1999-01-01 17:47:17 +0000 | |
commit | 588f147eeaeb299dda32cc02419c8bdf149ef7d8 (patch) | |
tree | 7d24479baf1ac2c12bb8de15b3426e783566bd7a | |
parent | some traps, hehe (diff) | |
download | wireguard-openbsd-588f147eeaeb299dda32cc02419c8bdf149ef7d8.tar.xz wireguard-openbsd-588f147eeaeb299dda32cc02419c8bdf149ef7d8.zip |
typo
-rw-r--r-- | games/larn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/larn/Makefile b/games/larn/Makefile index 8fb6d048658..0235429e774 100644 --- a/games/larn/Makefile +++ b/games/larn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 1998/12/31 23:43:04 millert Exp $ +# $OpenBSD: Makefile,v 1.10 1999/01/01 17:47:17 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 |