Here is the entire command, and error block. Isn't "make" a binary file?
gandalf# ls -l ls -l total 40 drwxrwxr-x 2 root wsrc 512 Sep 9 06:24 CVS drwxr-xr-x 2 root wsrc 10752 Sep 19 09:28 GENERIC -rw-rw-r-- 1 root wsrc 81 Apr 26 2003 Makefile gandalf# cd GENERIC cd GENERIC gandalf# make depend make: "/etc/mk.conf" line 304: Malformed conditional (${OPSYS} == "OpenBSD" || ${OPSYS} == "Bitrig") make: "/etc/mk.conf" line 632: Malformed conditional (${OPSYS} == "IRIX") make: Fatal errors encountered -- cannot continue make: stopped in /usr/src/sys/arch/amd64/compile/GENERIC On Sun, Sep 19, 2021 at 12:40 PM Todd Gruhn <tgru...@gmail.com> wrote: > > I need to go do it again, and copy the results. > I am using Mr Softy for email... > > On Sun, Sep 19, 2021 at 9:51 AM Martin Husemann <mar...@duskware.de> wrote: > > > > On Sun, Sep 19, 2021 at 09:48:46AM -0400, Todd Gruhn wrote: > > > I do 'config GENERIC' > > > > > > cd ../compile/GENERIC > > > make depend > > > > > > I get the error: > > > /etc/mk.conf line 304: Malformed conditional > > > > > > Has kernel building changed? > > > > Sounds more like your /etc/mk.conf is broken - what is line 304? > > > > Martin