summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkmakefile.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-06-29 07:19:19 +0000
committerdg <dg@FreeBSD.org>1995-06-29 07:19:19 +0000
commitaf6f51995f3d342fd87ed31ea8750196ef87080c (patch)
tree4f9f4dc9b3680657f8968565f3af701ada29d9c6 /usr.sbin/config/mkmakefile.c
parent3d799ae7f8ef311d5648a2ad8534fd7a2a662bbc (diff)
downloadFreeBSD-src-af6f51995f3d342fd87ed31ea8750196ef87080c.zip
FreeBSD-src-af6f51995f3d342fd87ed31ea8750196ef87080c.tar.gz
Killed TIMEZONE, DST, and HZ keywords. They have generated a config error
for more than a year now. They've been replaced with userland methods for changing (see adjkerntz).
Diffstat (limited to 'usr.sbin/config/mkmakefile.c')
-rw-r--r--usr.sbin/config/mkmakefile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c
index 14e06f5..0e0bdb6 100644
--- a/usr.sbin/config/mkmakefile.c
+++ b/usr.sbin/config/mkmakefile.c
@@ -184,8 +184,7 @@ makefile()
maxusers = up->u_min;
} else if (maxusers > up->u_max)
printf("warning: maxusers > %d (%d)\n", up->u_max, maxusers);
- fprintf(ofp, "PARAM=-DTIMEZONE=%d -DDST=%d -DMAXUSERS=%d\n",
- zone, dst, maxusers);
+ fprintf(ofp, "PARAM=-DMAXUSERS=%d\n", maxusers);
if (loadaddress != -1) {
fprintf(ofp, "LOAD_ADDRESS=%X\n", loadaddress);
}
OpenPOWER on IntegriCloud