summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1996-10-12 21:27:50 +0000
committerniklas <niklas@openbsd.org>1996-10-12 21:27:50 +0000
commita4831564e5023be61273852ae38f15e93368f92c (patch)
treebe8d497362ac9cef6eec4c650739ac1a2e4505b2
parentFix typo in ttyB case (diff)
downloadwireguard-openbsd-a4831564e5023be61273852ae38f15e93368f92c.tar.xz
wireguard-openbsd-a4831564e5023be61273852ae38f15e93368f92c.zip
clean better
-rw-r--r--games/phantasia/Makefile4
-rw-r--r--gnu/usr.bin/gcc/Makefile.bsd-wrapper4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile
index 347566aa49c..f369f415fa9 100644
--- a/games/phantasia/Makefile
+++ b/games/phantasia/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1996/06/02 05:44:18 tholo Exp $
+# $OpenBSD: Makefile,v 1.5 1996/10/12 21:27:50 niklas Exp $
# $NetBSD: Makefile,v 1.4 1995/03/24 03:58:22 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
@@ -8,7 +8,7 @@ DPADD= ${LIBM} ${LIBCURSES} ${LIBTERMLIB} ${LIBCOMPAT}
LDADD= -lm -lcurses -ltermlib -lcompat
HIDEGAME=hidegame
MAN= phantasia.6
-CLEANFILES+=map setup setup.o
+CLEANFILES+=map setup setup.o phantglobs.o.bld
all: setup phantasia
diff --git a/gnu/usr.bin/gcc/Makefile.bsd-wrapper b/gnu/usr.bin/gcc/Makefile.bsd-wrapper
index 2e14c43345e..057a0831787 100644
--- a/gnu/usr.bin/gcc/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/gcc/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.17 1996/08/26 21:25:20 niklas Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.18 1996/10/12 21:30:12 niklas Exp $
MAN= cccp.1 gcc.1 cp/g++.1 f/g77.1
MLINKS+= gcc.1 cc.1
@@ -9,7 +9,7 @@ GPP_INC_DIR= /usr/include/g++
GNUCFLAGS= CFLAGS="${CFLAGS} -DOPENBSD_NATIVE"
CLEANFILES= .gdbinit cp/.gdbinit *.info* bi-parser.c bi-parser.h \
c-parse.c c-parse.h c-parse.y cexp.c cp/parse.c cp/parse.h \
- objc-parse.c objc-parse.y
+ objc-parse.c objc-parse.y f/.gdbinit f/*.info*
all: config.status
${MAKE} ${GNUCFLAGS} BISON=yacc LDFLAGS=${LDSTATIC} \