summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1999-12-23 02:42:23 +0000
committermickey <mickey@openbsd.org>1999-12-23 02:42:23 +0000
commitdef1ace1153ac065c830797363dc3fd0b92ee2e5 (patch)
tree8ea46af9fc8270a3f4840f2c807bf129b47c05df
parentAdd yet another case when user matching is disabled. (diff)
downloadwireguard-openbsd-def1ace1153ac065c830797363dc3fd0b92ee2e5.tar.xz
wireguard-openbsd-def1ace1153ac065c830797363dc3fd0b92ee2e5.zip
clean some more files
-rw-r--r--sys/arch/hppa/stand/boot/Makefile4
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}