summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.i386
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-07-22 23:55:41 +0000
committerbde <bde@FreeBSD.org>1995-07-22 23:55:41 +0000
commitb35c09c9b0369b24fa58758063338b9b70528806 (patch)
treeb8459e48aef29907c0a195505d69b2fdfae661e3 /sys/conf/Makefile.i386
parentd9a736e286945cf5eb7e8a28d538ca46ffbb9119 (diff)
downloadFreeBSD-src-b35c09c9b0369b24fa58758063338b9b70528806.zip
FreeBSD-src-b35c09c9b0369b24fa58758063338b9b70528806.tar.gz
Fix clean rule to remove remove everything that isn't created by config
except .depend and `version'.
Diffstat (limited to 'sys/conf/Makefile.i386')
-rw-r--r--sys/conf/Makefile.i3867
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index aef5755..19e5c4a 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.63 1995/05/11 19:48:45 wollman Exp $
+# $Id: Makefile.i386,v 1.64 1995/05/30 07:59:05 rgrimes Exp $
#
# Makefile for FreeBSD
#
@@ -105,8 +105,9 @@ ${LIBKERN}:
@(cd $S/libkern; make)
clean:
- rm -f eddep kernel tags *.o *.s errs linterrs makelinks genassym \
- symbols.exclude symbols.sort ${CLEAN}
+ rm -f *.o *.s eddep errs genassym kernel libkern.a linterrs \
+ makelinks param.c symbols.exclude symbols.sort tags \
+ vers.c vnode_if.c vnode_if.h ${CLEAN}
#lint: /tmp param.c
# @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} \
OpenPOWER on IntegriCloud