=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/main.c,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- src/usr.bin/make/main.c 2015/10/07 14:16:09 1.112 +++ src/usr.bin/make/main.c 2015/10/08 14:49:27 1.113 @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.112 2015/10/07 14:16:09 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.113 2015/10/08 14:49:27 deraadt Exp $ */ /* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */ /* @@ -191,6 +191,9 @@ #define OPTFLAGS "BC:D:I:SV:d:ef:ij:km:npqrst" #define OPTLETTERS "BSiknpqrst" + + if (tame("stdio rpath wpath cpath proc exec", NULL) == -1) + err(1, "tame"); optind = 1; /* since we're called more than once */ optreset = 1;