From dde7dbc03e17585cba9454d1340618c89af63a2b Mon Sep 17 00:00:00 2001 From: zrj Date: Thu, 2 Nov 2017 11:05:56 +0200 Subject: [PATCH] sys: Remove a.out from comments. While there, remove inherited htags tweak too. --- sys/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sys/Makefile b/sys/Makefile index 881afe0121..c4d7255d2a 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,12 +1,11 @@ # $FreeBSD: src/sys/Makefile,v 1.20.2.1 2000/07/10 08:22:34 obrien Exp $ -# $DragonFly: src/sys/Makefile,v 1.16 2007/12/30 20:02:56 hasso Exp $ -# This is the old aout only boot loader. +# The boot loader .if exists(${.CURDIR}/boot) SUBDIR= boot .endif -# KLD modules build for both a.out and ELF +# Loadable kernel modules # .if defined(MODULES_WITH_WORLD) .if defined(MODULES_OVERRIDE) @@ -22,8 +21,6 @@ SUBDIR+=libiconv .endif .endif -HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh` - .include all_sysent: -- 2.11.4.GIT