diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-12-23 02:42:24 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-12-23 02:42:24 +0000 |
commit | e83a2f002659bd1a5a21b95eeb42b60bc85e101d (patch) | |
tree | 17d69eda651d91db4ee15e6591884e3db0967419 /sys/arch | |
parent | 4b8455d9a08427e138a1db3a540389143e5cabe1 (diff) |
clean some more files
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/boot/Makefile b/sys/arch/hppa/stand/boot/Makefile index 1eb30a8e264..d103626c921 100644 --- a/sys/arch/hppa/stand/boot/Makefile +++ b/sys/arch/hppa/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 1999/07/08 20:11:52 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 1999/12/23 02:42:23 mickey Exp $ PROG= boot SRCS= srt0.S boot.c cmd.c vars.c bootarg.c conf.c @@ -11,7 +11,7 @@ MANSUBDIR=/hppa MLINKS= boot.8 boot.conf.8 S =${.CURDIR}/../../../.. SADIR= ${.CURDIR}/.. -CLEANFILES+= boot.lif bsd +CLEANFILES+= boot.gdb boot.map boot.lif bsd LDADD= ${LIBSA} ${LIBZ} ${LIBKERN} DPADD= ${LIBSA} ${LIBZ} ${LIBKERN} |