diff options
author | bde <bde@FreeBSD.org> | 1998-12-27 15:04:33 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-12-27 15:04:33 +0000 |
commit | 9b7e972a2c86ac93c799798f92a602f066a1ca7e (patch) | |
tree | b376bcedd8861e6c4181716891e8d2006e24972a /games | |
parent | 3ea5a3c11d9de75d335ebfbfd17a2eedaa15a8d8 (diff) | |
download | FreeBSD-src-9b7e972a2c86ac93c799798f92a602f066a1ca7e.zip FreeBSD-src-9b7e972a2c86ac93c799798f92a602f066a1ca7e.tar.gz |
Fixed CLEANFILES.
Diffstat (limited to 'games')
-rw-r--r-- | games/adventure/Makefile | 2 | ||||
-rw-r--r-- | games/hack/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile index 07de907..52c3649 100644 --- a/games/adventure/Makefile +++ b/games/adventure/Makefile @@ -5,7 +5,7 @@ SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c MAN6= adventure.6 CFLAGS+=-traditional-cpp HIDEGAME=hidegame -CLEANFILES+=setup data.c +CLEANFILES=data.c setup setup.o build-tools: setup diff --git a/games/hack/Makefile b/games/hack/Makefile index 3c308f0..e85125c 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -18,7 +18,7 @@ DPADD= ${LIBTERMCAP} ${LIBCOMPAT} LDADD= -ltermcap -lcompat CFLAGS+= -fwritable-strings -I${.CURDIR} -I. HIDEGAME=hidegame -CLEANFILES+= hack.onames.h makedefs +CLEANFILES=hack.onames.h makedefs makedefs.o build-tools: makedefs |