Makefile revision 1.153
1# $NetBSD: Makefile,v 1.153 2000/06/12 06:23:21 fredb Exp $ 2# from: @(#)Makefile 8.7 (Berkeley) 5/25/95 3 4# Environment variables without default values: 5# DESTDIR must be set before anything in this file will work. 6# RELEASEDIR is where the tarred up stuff for a snapshot or 7# release will be placed. 8# 9# Environment variables with default values: 10# LOCALTIME will set the default local time for the system you 11# build; it determines what /etc/localtime is symlink'd to. 12# KERNSRCDIR points to kernel source; it is set by default to ../sys, 13# but can be overridden. 14# KERNOBJDIR is the kernel build directory, it defaults to 15# ${KERNSRCDIR}/arch/${MACHINE}/compile/KERNELNAME, but can be 16# overridden. 17# KERNCONFDIR is where the configuration files for kernels are found; 18# default is ${KERNSRCDIR}/arch/${MACHINE}/conf but can be overridden. 19# UPDATE is normally undefined; if defined, don't do a 'make clean' 20# before kernel compile 21# NO_SENDMAIL is normally undefined; if defined, it will not do a 22# `make distribution' in the sendmail config file source directory. 23# EXTRA_KERNELS has a machine-dependent list of kernels to build added 24# to it, but you may also set this to have extra ones built. 25# BUILD_KERNELS are a machine-dependent list of kernels that should just 26# be built in place but not made into sets or installed, e.g., an 27# INSTALL kernel used later in src/distrib/. 28# CRYPTOPATH is automatically defined by bsd.crypto.mk to be either 29# ../crypto-us or ../crypto-intl. It controls the building of 30# the secr set, which can be disabled by setting CRYPTOPATH to 31# "none". 32# 33# Targets: 34# distribution: makes a full NetBSD distribution in DESTDIR. If 35# INSTALL_DONE is set, it will not do a `make install.' 36# distrib-dirs: creates an empty NetBSD directory tree in DESTDIR. 37# Called by distribution. 38# snapshot: calls distribution, above, and then tars up the files 39# into a release(7) format in RELEASEDIR. Any port-dependent 40# stuff for this target is found in etc.${MACHINE}/Makefile.inc. 41# release: a synonym for `snapshot' 42 43# do this before bsd.own.mk so we get correct KERNSRCDIR 44.include "../Makefile.inc" 45 46# For NO_SENDMAIL and INSTPRIV and CRYPTOPATH 47.include <bsd.own.mk> 48SRCTOP= .. 49.include <bsd.crypto.mk> 50 51TZDIR= /usr/share/zoneinfo 52LOCALTIME?= US/Pacific 53 54# setting NOOBJ prevents "make obj" from doing anything; 55# an objdir would break the installation stuff below 56MKOBJ= no 57 58# MD Makefile.inc may append MD targets to BIN[123]. Make sure all 59# are empty, to preserve the old semantics of setting them below with "=". 60BIN1= 61BIN2= 62BIN3= 63 64# Directories to build in ${RELEASEDIR}. MD Makefile.inc files can 65# add to this. 66# NOTE: Parent directories must be listed before subdirectories. 67INSTALLATION_DIRS= \ 68 binary binary/sets binary/kernel binary/security installation 69 70.if exists(etc.${MACHINE}/Makefile.inc) 71.include "etc.${MACHINE}/Makefile.inc" 72.endif 73 74# Use multiple jobs for kernel builds, if NBUILDJOBS set. 75# (Taken from src/Makefile.) 76.if defined(NBUILDJOBS) 77_J= -j${NBUILDJOBS} 78.endif 79 80# -rw-r--r-- 81BINOWN= root 82BINGRP= wheel 83BIN1+= bootptab changelist csh.cshrc csh.login csh.logout daily \ 84 daily.conf dm.conf floppytab ftpchroot ftpusers ftpwelcome \ 85 gettytab group hosts hosts.lpd inetd.conf lkm.conf \ 86 mailer.conf man.conf monthly monthly.conf mrouted.conf \ 87 netconfig networks newsyslog.conf nsswitch.conf ntp.conf \ 88 phones printcap profile protocols rbootd.conf rc rc.conf \ 89 rc.lkm rc.local rc.subr rc.shutdown rc.wscons remote rpc \ 90 security security.conf services shells sysctl.conf syslog.conf \ 91 weekly weekly.conf wscons.conf \ 92 etc.${MACHINE}/ttys etc.${MACHINE}/disktab 93 94.if (${MACHINE_ARCH} == "m68k") || \ 95 (${MACHINE_ARCH} == "ns32k") || \ 96 (${MACHINE_ARCH} == "vax") || \ 97 (${MACHINE_ARCH} == "arm32") 98BIN1+= ld.so.conf 99.elif exists(etc.${MACHINE_ARCH}/ld.so.conf) 100BIN1+= etc.${MACHINE_ARCH}/ld.so.conf 101.endif 102 103.if exists(etc.${MACHINE_ARCH}/ttyaction) 104BIN1+= etc.${MACHINE_ARCH}/ttyaction 105.endif 106 107# IPv6 108BIN1+= rtadvd.conf 109 110# -rw-rw-r-- 111BIN2+= motd 112 113# -rw------- 114BIN3+= hosts.equiv 115 116NAMEDB= 127 root.cache named.conf localhost loopback.v6 117PCS= pcs750.bin 118 119all clean cleandir depend distclean etc includes install lint: 120 121.include <bsd.kernobj.mk> 122 123obj: 124 mkdir -p ${KERNOBJDIR} 125 126.ifndef DESTDIR 127distribution distrib-dirs release snapshot: 128 @echo setenv DESTDIR before doing that! 129 @false 130.else 131distribution: distrib-dirs 132.if !defined(INSTALL_DONE) 133 (cd ..; ${MAKE} _DISTRIB= includes) 134 (cd ..; ${MAKE} _DISTRIB= install) 135.endif 136 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} \ 137 ${DESTDIR}/etc 138 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} \ 139 ${DESTDIR}/etc 140 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 600 ${BIN3} \ 141 ${DESTDIR}/etc 142 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 644 aliases \ 143 ${DESTDIR}/etc/mail 144 ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 600 crontab \ 145 ${DESTDIR}/var/cron/tabs/root 146 ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 600 master.passwd \ 147 ${DESTDIR}/etc 148 pwd_mkdb -p -d ${DESTDIR}/ ${DESTDIR}/etc/master.passwd 149 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 555 \ 150 MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev 151 ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 600 minfree \ 152 ${DESTDIR}/var/crash 153 (cd root; \ 154 ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 dot.cshrc \ 155 ${DESTDIR}/root/.cshrc; \ 156 ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 600 dot.klogin \ 157 ${DESTDIR}/root/.klogin; \ 158 ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 dot.login \ 159 ${DESTDIR}/root/.login; \ 160 ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 dot.profile \ 161 ${DESTDIR}/root/.profile; \ 162 ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 dot.shrc \ 163 ${DESTDIR}/root/.shrc; \ 164 rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \ 165 ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \ 166 ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile) 167 (cd mtree; ${MAKE} install) 168 (cd namedb; \ 169 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ 170 ${NAMEDB} ${DESTDIR}/etc/namedb) 171 (cd rc.d; ${MAKE} install) 172 /bin/rm -f ${DESTDIR}/etc/localtime 173 ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime 174 /bin/rm -f ${DESTDIR}/etc/rmt 175 ln -s /usr/sbin/rmt ${DESTDIR}/etc/rmt 176 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g operator -m 664 /dev/null \ 177 ${DESTDIR}/etc/dumpdates 178 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g operator -m 600 /dev/null \ 179 ${DESTDIR}/etc/skeykeys 180 ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 600 /dev/null \ 181 ${DESTDIR}/var/at/at.deny 182 ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 600 /dev/null \ 183 ${DESTDIR}/var/cron/log 184 ${INSTALL} ${INSTPRIV} -c -o nobody -g ${BINGRP} -m 664 /dev/null \ 185 ${DESTDIR}/var/db/locate.database 186 ${INSTALL} ${INSTPRIV} -c -o uucp -g dialer -m 640 /dev/null \ 187 ${DESTDIR}/var/log/aculog 188 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \ 189 ${DESTDIR}/var/log/authlog 190 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ 191 ${DESTDIR}/var/log/lastlog 192 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 640 /dev/null \ 193 ${DESTDIR}/var/log/lpd-errs 194 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \ 195 ${DESTDIR}/var/log/maillog 196 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \ 197 ${DESTDIR}/var/log/messages 198 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \ 199 ${DESTDIR}/var/log/secure 200 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \ 201 ${DESTDIR}/var/log/sendmail.st 202 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \ 203 ${DESTDIR}/var/log/wtmp 204 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \ 205 ${DESTDIR}/var/log/xferlog 206 ${INSTALL} ${INSTPRIV} -c -o daemon -g staff -m 664 /dev/null \ 207 ${DESTDIR}/var/msgs/bounds 208 ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ 209 ${DESTDIR}/var/run/utmp 210 ${INSTALL} ${INSTPRIV} -c -o games -g games -m 664 /dev/null \ 211 ${DESTDIR}/var/games/atc_scores 212 ${INSTALL} ${INSTPRIV} -c -o games -g games -m 664 /dev/null \ 213 ${DESTDIR}/var/games/battlestar.log 214 ${INSTALL} ${INSTPRIV} -c -o games -g games -m 664 /dev/null \ 215 ${DESTDIR}/var/games/cfscores 216 ${INSTALL} ${INSTPRIV} -c -o games -g games -m 664 /dev/null \ 217 ${DESTDIR}/var/games/criblog 218 ${INSTALL} ${INSTPRIV} -c -o games -g games -m 664 /dev/null \ 219 ${DESTDIR}/var/games/robots_roll 220 ${INSTALL} ${INSTPRIV} -c -o games -g games -m 664 /dev/null \ 221 ${DESTDIR}/var/games/rogue.scores 222 ${INSTALL} ${INSTPRIV} -c -o games -g games -m 664 /dev/null \ 223 ${DESTDIR}/var/games/saillog 224 ${INSTALL} ${INSTPRIV} -c -o games -g games -m 664 /dev/null \ 225 ${DESTDIR}/var/games/snakerawscores 226 ${INSTALL} ${INSTPRIV} -c -o games -g games -m 664 /dev/null \ 227 ${DESTDIR}/var/games/snake.log 228 ${INSTALL} ${INSTPRIV} -c -o games -g games -m 664 /dev/null \ 229 ${DESTDIR}/var/games/tetris.scores 230 ${INSTALL} ${INSTPRIV} -c -o games -g games -m 664 /dev/null \ 231 ${DESTDIR}/var/games/larn/llog12.0 232 ${INSTALL} ${INSTPRIV} -c -o games -g games -m 664 /dev/null \ 233 ${DESTDIR}/var/games/larn/lscore12.0 234 ${INSTALL} ${INSTPRIV} -c -o games -g games -m 664 /dev/null \ 235 ${DESTDIR}/var/games/larn/playerids 236 (cd etc.${MACHINE}; ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} \ 237 -g ${BINGRP} -m 444 fstab.* ${DESTDIR}/etc) 238 (cd ${DESTDIR}/dev; ./MAKEDEV all) 239 (cd ../usr.bin/mail; ${MAKE} distribution) 240 (cd ../gnu/usr.sbin/postfix/; ${MAKE} distribution) 241.ifndef NO_SENDMAIL 242 (cd ../gnu/usr.sbin/sendmail/cf/cf; ${MAKE} distribution) 243 ${DESTDIR}/usr/libexec/sendmail/sendmail -C ${DESTDIR}/etc/mail/sendmail.cf -O AliasFile=${DESTDIR}/etc/mail/aliases -O DontBlameSendmail=MapInUnsafeDirPath -bi 244.endif 245 246distrib-dirs: 247 ${INSTALL} ${INSTPRIV} -d -o root -g wheel -m 755 ${DESTDIR} 248 -mtree -def mtree/NetBSD.dist -p ${DESTDIR}/ -u 249 cd ${DESTDIR}; rm -f sys; ln -s usr/src/sys sys 250 251.if !defined(RELEASEDIR) 252release snapshot snap_pre snap_md_pre snap_md_post: 253 @echo setenv RELEASEDIR before doing that! 254 @false 255.else 256release snapshot: distribution snap_pre snap_md_pre snap_kern snap_md_post 257 (cd ../distrib/sets; ${MAKE} sets) 258 sh ../distrib/sets/makesums -t ${RELEASEDIR}/binary/kernel '*.gz' 259 260cryptoset: distribution snap_pre snap_md_pre snap_kern snap_md_post 261 (cd ../distrib/sets; ${MAKE} cryptoset) 262 263snap_pre: 264 /bin/rm -rf ${RELEASEDIR} 265 ${INSTALL} ${INSTPRIV} -d -o root -g wheel -m 755 ${RELEASEDIR} 266.for dir in ${INSTALLATION_DIRS} 267 ${INSTALL} ${INSTPRIV} -d -o root -g wheel -m 755 ${RELEASEDIR}/${dir} 268.endfor 269 270 271# This target builds the GENERIC kernel (which must exist for all 272# ports) and puts it in binary/sets/kern.tgz, and also builds any 273# kernels specified in EXTRA_KERNELS. Since NetBSD's kernel build 274# system can create more than one kernel from a single configuration 275# we figure out how many there are, what they're named, and move them 276# to binary/kernel/${KERNEL}.${CONFIGFILE}.gz - most often KERNEL will 277# simply be "netbsd". If we don't find the "config" line, assume the 278# kernel will be "netbsd" (some config files are simple additions on 279# GENERIC, and just include it). 280# 281GETKERNELAWK= awk '/^config/ {print $$2; found=1} \ 282 END{ if (found == 0) print "netbsd"; }' 283# 284.if !target(snap_kern) 285snap_kern: 286.ifndef KERNELS_DONE 287.for configfile in GENERIC ${EXTRA_KERNELS} ${BUILD_KERNELS} 288 cd ${KERNCONFDIR} && ${CONFIG} \ 289 -b ${KERNOBJDIR}/${configfile} -s ${KERNSRCDIR} ${configfile} 290.ifndef UPDATE 291 cd ${KERNOBJDIR}/${configfile} && ${MAKE} clean 292.endif 293 cd ${KERNOBJDIR}/${configfile} && ${MAKE} depend && ${MAKE} ${_J} 294.endfor # kernels 295 cd ${KERNOBJDIR}/GENERIC && \ 296 tar cf - `${GETKERNELAWK} ${KERNCONFDIR}/GENERIC` |\ 297 gzip -c -9 > ${RELEASEDIR}/binary/sets/kern.tgz 298.for configfile in GENERIC ${EXTRA_KERNELS} 299 cd ${KERNOBJDIR}/${configfile} && \ 300 for kernel in `${GETKERNELAWK} \ 301 ${KERNCONFDIR}/${configfile}` ; { \ 302 gzip -c -9 < $${kernel} > \ 303 ${RELEASEDIR}/binary/kernel/$${kernel}.${configfile}.gz ; } 304.endfor # EXTRA_KERNELS 305.endif # KERNELS_DONE 306.endif # no target(snap_kern) 307 308.endif # RELEASEDIR check 309 310snap_md_pre: 311# nothing here -- look in the machine-dependent Makefile.inc 312 313snap_md_post: 314# nothing here -- look in the machine-dependent Makefile.inc 315 316.endif # DESTDIR check 317 318.include <bsd.prog.mk> 319