diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-02-24 20:02:58 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-02-24 20:02:58 +0000 |
commit | f78a39d8a07f597a5a140f5ffef252b7974f5f3e (patch) | |
tree | 96de674e2b67f982c57480082bd01038121fc714 | |
parent | f9d9312fe6e84fdbe192f282b08c31b9fe3924b5 (diff) | |
download | FreeBSD-src-f78a39d8a07f597a5a140f5ffef252b7974f5f3e.zip FreeBSD-src-f78a39d8a07f597a5a140f5ffef252b7974f5f3e.tar.gz |
Remove hack from r2408 that is no longer needed.
Sponsored by: EMC / Isilon Storage Division
-rw-r--r-- | sys/conf/kern.post.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk index ff8fad0..3e75911 100644 --- a/sys/conf/kern.post.mk +++ b/sys/conf/kern.post.mk @@ -181,9 +181,6 @@ hack.So: Makefile ${CC} ${HACK_EXTRA_FLAGS} -nostdlib hack.c -o hack.So rm -f hack.c -# This rule stops ./assym.s in .depend from causing problems. -./assym.s: assym.s - assym.s: $S/kern/genassym.sh genassym.o NM='${NM}' NMFLAGS='${NMFLAGS}' sh $S/kern/genassym.sh genassym.o > ${.TARGET} |