diff options
author | ru <ru@FreeBSD.org> | 2006-01-16 16:25:17 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-01-16 16:25:17 +0000 |
commit | dc9174b9ee7f0faa65e742fc820c5d3e0eadb932 (patch) | |
tree | c43578a6e78958c582bc33f3bb10fccde860224d /sys | |
parent | 078db77066c713846da7ec42595b99f9abe157c5 (diff) | |
download | FreeBSD-src-dc9174b9ee7f0faa65e742fc820c5d3e0eadb932.zip FreeBSD-src-dc9174b9ee7f0faa65e742fc820c5d3e0eadb932.tar.gz |
I couldn't find any traces of what the tags1 file was supposed to do.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/kern.post.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk index 02f8844..330dc08 100644 --- a/sys/conf/kern.post.mk +++ b/sys/conf/kern.post.mk @@ -189,8 +189,6 @@ links: kernel-tags: @[ -f .depend ] || { echo "you must make depend first"; exit 1; } sh $S/conf/systags.sh - rm -f tags1 - sed -e 's, ../, ,' tags > tags1 .if ${MACHINE_ARCH} != "ia64" .if exists(${DESTDIR}/boot) |