次のようになったら makoto@harry 20:58:02/990220(/usr/src)> make build "Makefile", line 68: Malformed conditional (${MKMAN} != "no" && !defined(_BUILD)) "Makefile", line 70: if-less endif "Makefile", line 70: Need an operator "Makefile", line 79: Malformed conditional (${MKSHARE} != "no") "Makefile", line 82: if-less endif "Makefile", line 82: Need an operator Fatal errors encountered -- cannot continue makoto@harry 20:58:26/990220(/usr/src)> which make /etc/mk.conf に書いておく root@harry 19:23:22/990227(/usr/src)# cat /etc/mk.conf # /usr/src/Makefile related # # Configurations variables (can be set either in /etc/mk.conf or # as environement variable # NBUILDJOBS: the number of jobs to start in parallel in a 'make build'. # defaults to 1 # MKMAN: if set to no, don't build and install man pages # MKSHARE: if set to no, don't build or install /usr/share stuffs # UPDATE: if set to 1, don't do a 'make cleandir' before compile # DESTDIR: The target directory for installation (default to '/', # which mean the current system is updated). MKMAN=no MKSHARE=yes UPDATE=1 MKPROFILE=no MKLINKLIB=no MKPIC=no MKPICINSTALL=no