2002-10-05 19:23:19 +04:00
|
|
|
# $NetBSD: Makefile,v 1.228 2002/10/05 15:23:19 grant Exp $
|
1997-02-25 10:37:19 +03:00
|
|
|
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1999-02-05 06:01:49 +03:00
|
|
|
# Environment variables without default values:
|
|
|
|
# DESTDIR must be set before anything in this file will work.
|
|
|
|
# RELEASEDIR is where the tarred up stuff for a snapshot or
|
|
|
|
# release will be placed.
|
|
|
|
#
|
|
|
|
# Environment variables with default values:
|
|
|
|
# LOCALTIME will set the default local time for the system you
|
|
|
|
# build; it determines what /etc/localtime is symlink'd to.
|
|
|
|
# KERNSRCDIR points to kernel source; it is set by default to ../sys,
|
|
|
|
# but can be overridden.
|
|
|
|
# KERNOBJDIR is the kernel build directory, it defaults to
|
2000-12-02 21:04:45 +03:00
|
|
|
# ${KERNSRCDIR}/arch/${MACHINE}/compile, but can be overridden.
|
1999-02-05 06:01:49 +03:00
|
|
|
# KERNCONFDIR is where the configuration files for kernels are found;
|
|
|
|
# default is ${KERNSRCDIR}/arch/${MACHINE}/conf but can be overridden.
|
1999-02-07 09:51:41 +03:00
|
|
|
# UPDATE is normally undefined; if defined, don't do a 'make clean'
|
|
|
|
# before kernel compile
|
1999-02-05 06:01:49 +03:00
|
|
|
# NO_SENDMAIL is normally undefined; if defined, it will not do a
|
|
|
|
# `make distribution' in the sendmail config file source directory.
|
2000-06-20 10:00:24 +04:00
|
|
|
#
|
1999-02-05 06:01:49 +03:00
|
|
|
# Targets:
|
|
|
|
# distribution: makes a full NetBSD distribution in DESTDIR. If
|
|
|
|
# INSTALL_DONE is set, it will not do a `make install.'
|
2001-10-10 10:58:56 +04:00
|
|
|
# if DISTRIBUTION_DONE is set, it will not do anything.
|
1999-02-05 06:01:49 +03:00
|
|
|
# distrib-dirs: creates an empty NetBSD directory tree in DESTDIR.
|
|
|
|
# Called by distribution.
|
|
|
|
# snapshot: calls distribution, above, and then tars up the files
|
|
|
|
# into a release(7) format in RELEASEDIR. Any port-dependent
|
|
|
|
# stuff for this target is found in etc.${MACHINE}/Makefile.inc.
|
1999-03-08 05:37:56 +03:00
|
|
|
# release: a synonym for `snapshot'
|
1999-02-05 06:01:49 +03:00
|
|
|
|
2001-12-12 03:07:45 +03:00
|
|
|
# setting NOOBJ prevents "make obj" from doing anything;
|
|
|
|
# an objdir would break the installation stuff below
|
|
|
|
NOOBJ= # defined
|
|
|
|
|
2000-07-25 23:07:39 +04:00
|
|
|
# For NO_SENDMAIL, INSTPRIV, MKCRYPTO
|
1998-11-02 06:32:22 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2002-04-10 18:57:45 +04:00
|
|
|
# For KERNSRCDIR, KERNOBJDIR, ...
|
|
|
|
.include <bsd.kernobj.mk>
|
|
|
|
|
|
|
|
|
2001-10-26 10:45:33 +04:00
|
|
|
.MAKEOVERRIDES+= USETOOLS
|
|
|
|
|
1993-07-17 18:17:24 +04:00
|
|
|
TZDIR= /usr/share/zoneinfo
|
2000-08-03 17:00:02 +04:00
|
|
|
LOCALTIME?= UTC
|
2001-12-07 05:30:22 +03:00
|
|
|
PWD_MKDB?= pwd_mkdb
|
2002-03-31 20:07:53 +04:00
|
|
|
MAKESUMS= CKSUM=${CKSUM:Q} sh ../distrib/sets/makesums
|
1993-05-25 13:16:14 +04:00
|
|
|
|
2000-09-12 01:53:30 +04:00
|
|
|
# Flags for creating ISO CDROM image
|
|
|
|
# mkisofs is expected to be in $PATH, install via pkgsrc/sysutils/cdrecord
|
|
|
|
MKISOFS?= mkisofs
|
2002-07-28 05:21:07 +04:00
|
|
|
DISTRIBREV!= sh ${NETBSDSRCDIR}/sys/conf/osrelease.sh -s
|
|
|
|
# ISO 9660 volume ID. Note that this can only contain [A-Z0-9_].
|
|
|
|
ISO_VOLID!= echo NETBSD_${MACHINE}_${DISTRIBREV} | tr a-z A-Z
|
2000-09-12 01:53:30 +04:00
|
|
|
MKISOFS_FLAGS+= -J -l \
|
|
|
|
-r -T -v \
|
2002-07-28 05:21:07 +04:00
|
|
|
-V ${ISO_VOLID} \
|
2000-09-12 01:53:30 +04:00
|
|
|
-P "The NetBSD Project" \
|
2000-10-14 20:45:42 +04:00
|
|
|
-m "${RELEASEDIR}/installation/cdrom"
|
2000-09-12 01:53:30 +04:00
|
|
|
|
1997-11-11 07:37:17 +03:00
|
|
|
# MD Makefile.inc may append MD targets to BIN[123]. Make sure all
|
|
|
|
# are empty, to preserve the old semantics of setting them below with "=".
|
2002-01-27 04:44:02 +03:00
|
|
|
BIN1=
|
1997-11-11 07:37:17 +03:00
|
|
|
BIN2=
|
|
|
|
BIN3=
|
|
|
|
|
1999-04-27 07:08:02 +04:00
|
|
|
# Directories to build in ${RELEASEDIR}. MD Makefile.inc files can
|
|
|
|
# add to this.
|
|
|
|
# NOTE: Parent directories must be listed before subdirectories.
|
2002-05-02 19:09:40 +04:00
|
|
|
INSTALLATION_DIRS= binary binary/sets binary/kernel installation
|
1999-04-27 07:08:02 +04:00
|
|
|
|
1997-06-01 01:21:13 +04:00
|
|
|
.if exists(etc.${MACHINE}/Makefile.inc)
|
|
|
|
.include "etc.${MACHINE}/Makefile.inc"
|
|
|
|
.endif
|
1994-02-05 05:01:49 +03:00
|
|
|
|
1993-05-28 13:22:20 +04:00
|
|
|
# -rw-r--r--
|
|
|
|
BINOWN= root
|
|
|
|
BINGRP= wheel
|
2002-09-16 06:35:04 +04:00
|
|
|
UTMPGRP= utmp
|
2001-10-13 18:22:11 +04:00
|
|
|
BIN1+= bootptab changelist csh.cshrc csh.login csh.logout daily \
|
2002-07-06 22:19:31 +04:00
|
|
|
daily.conf dm.conf floppytab ftpchroot ftpusers \
|
2000-02-04 12:24:08 +03:00
|
|
|
gettytab group hosts hosts.lpd inetd.conf lkm.conf \
|
|
|
|
mailer.conf man.conf monthly monthly.conf mrouted.conf \
|
2000-06-03 02:54:08 +04:00
|
|
|
netconfig networks newsyslog.conf nsswitch.conf ntp.conf \
|
2002-04-15 07:01:31 +04:00
|
|
|
passwd.conf phones printcap profile protocols rbootd.conf rc rc.conf \
|
2000-08-22 03:03:10 +04:00
|
|
|
rc.lkm rc.local rc.subr rc.shutdown remote rpc \
|
2000-04-09 03:02:53 +04:00
|
|
|
security security.conf services shells sysctl.conf syslog.conf \
|
|
|
|
weekly weekly.conf wscons.conf \
|
1999-03-24 23:12:21 +03:00
|
|
|
etc.${MACHINE}/ttys etc.${MACHINE}/disktab
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1999-07-05 02:11:06 +04:00
|
|
|
.if (${MACHINE_ARCH} == "m68k") || \
|
1999-03-05 10:21:44 +03:00
|
|
|
(${MACHINE_ARCH} == "ns32k") || \
|
2002-04-07 19:52:27 +04:00
|
|
|
(${MACHINE_ARCH} == "vax")
|
1999-03-05 10:21:44 +03:00
|
|
|
BIN1+= ld.so.conf
|
1999-12-13 13:19:32 +03:00
|
|
|
.elif exists(etc.${MACHINE_ARCH}/ld.so.conf)
|
2000-02-05 21:25:01 +03:00
|
|
|
BIN1+= etc.${MACHINE_ARCH}/ld.so.conf
|
1999-03-05 10:21:44 +03:00
|
|
|
.endif
|
|
|
|
|
2000-06-04 03:53:17 +04:00
|
|
|
.if exists(etc.${MACHINE_ARCH}/ttyaction)
|
|
|
|
BIN1+= etc.${MACHINE_ARCH}/ttyaction
|
|
|
|
.endif
|
|
|
|
|
1994-06-16 22:59:14 +04:00
|
|
|
# -rw-rw-r--
|
1997-11-11 07:37:17 +03:00
|
|
|
BIN2+= motd
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1997-10-08 14:47:42 +04:00
|
|
|
# -rw-------
|
1997-11-11 07:37:17 +03:00
|
|
|
BIN3+= hosts.equiv
|
1997-10-08 14:47:42 +04:00
|
|
|
|
2000-05-01 09:29:34 +04:00
|
|
|
NAMEDB= 127 root.cache named.conf localhost loopback.v6
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2002-05-30 13:49:22 +04:00
|
|
|
.if make(install-etc-files) # {
|
2002-05-31 01:40:47 +04:00
|
|
|
.include <bsd.endian.mk>
|
2001-11-13 20:14:27 +03:00
|
|
|
.if ${TARGET_ENDIANNESS} == "1234"
|
2002-05-31 01:40:47 +04:00
|
|
|
TARGET_ENDIANNESS= -L
|
2001-11-13 20:14:27 +03:00
|
|
|
.elif ${TARGET_ENDIANNESS} == "4321"
|
2002-05-31 01:40:47 +04:00
|
|
|
TARGET_ENDIANNESS= -B
|
2000-11-09 23:01:54 +03:00
|
|
|
.else
|
|
|
|
TARGET_ENDIANNESS=
|
|
|
|
.endif
|
2002-05-30 13:49:22 +04:00
|
|
|
.endif # install-etc-files # }
|
2000-11-09 23:01:54 +03:00
|
|
|
|
2000-05-06 11:52:19 +04:00
|
|
|
obj:
|
|
|
|
mkdir -p ${KERNOBJDIR}
|
|
|
|
|
2002-03-05 06:51:21 +03:00
|
|
|
distribution: check_DESTDIR .WAIT distrib-dirs
|
2001-10-10 10:58:56 +04:00
|
|
|
.if !defined(DISTRIBUTION_DONE)
|
1998-07-22 20:37:54 +04:00
|
|
|
.if !defined(INSTALL_DONE)
|
1999-03-10 22:10:14 +03:00
|
|
|
(cd ..; ${MAKE} _DISTRIB= includes)
|
|
|
|
(cd ..; ${MAKE} _DISTRIB= install)
|
2002-01-27 04:44:02 +03:00
|
|
|
.endif # !INSTALL_DONE
|
2001-11-20 19:07:59 +03:00
|
|
|
${MAKE} install-etc-files
|
2002-01-27 04:44:02 +03:00
|
|
|
.endif # !DISTRIBUTION_DONE
|
2001-11-20 19:07:59 +03:00
|
|
|
|
2002-03-05 06:51:21 +03:00
|
|
|
install-etc-files: check_DESTDIR
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc
|
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc
|
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 600 ${BIN3} ${DESTDIR}/etc
|
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 aliases \
|
2000-05-03 14:55:19 +04:00
|
|
|
${DESTDIR}/etc/mail
|
2002-10-05 19:23:19 +04:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
|
|
|
|
${DESTDIR}/etc/mail/local-host-names
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o root -g wheel -m 600 crontab \
|
1996-10-18 06:37:51 +04:00
|
|
|
${DESTDIR}/var/cron/tabs/root
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
|
2001-12-07 05:30:22 +03:00
|
|
|
${PWD_MKDB} -p ${TARGET_ENDIANNESS} -d ${DESTDIR}/ \
|
2000-11-30 14:31:05 +03:00
|
|
|
${DESTDIR}/etc/master.passwd
|
2001-11-25 00:41:12 +03:00
|
|
|
.if defined(UNPRIVED)
|
2002-06-11 19:50:05 +04:00
|
|
|
( \
|
|
|
|
echo "/etc/passwd type=file mode=0644 uname=root gname=wheel"; \
|
|
|
|
echo "/etc/pwd.db type=file mode=0644 uname=root gname=wheel"; \
|
|
|
|
echo "/etc/spwd.db type=file mode=0600 uname=root gname=wheel"; \
|
|
|
|
) | \
|
|
|
|
sed -e "s|^/|./${DESTDIR}/|g" -e "s|//|/|g" | ${CAT} -l >>${METALOG}
|
2002-01-27 04:44:02 +03:00
|
|
|
.endif # UNPRIVED
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 555 \
|
1993-03-21 12:45:37 +03:00
|
|
|
MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o root -g wheel -m 600 minfree ${DESTDIR}/var/crash
|
1993-03-21 12:45:37 +03:00
|
|
|
(cd root; \
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o root -g wheel -m 644 dot.cshrc \
|
1993-03-21 12:45:37 +03:00
|
|
|
${DESTDIR}/root/.cshrc; \
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o root -g wheel -m 600 dot.klogin \
|
1993-03-21 12:45:37 +03:00
|
|
|
${DESTDIR}/root/.klogin; \
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o root -g wheel -m 644 dot.login \
|
1993-03-21 12:45:37 +03:00
|
|
|
${DESTDIR}/root/.login; \
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o root -g wheel -m 644 dot.profile \
|
1993-03-21 12:45:37 +03:00
|
|
|
${DESTDIR}/root/.profile; \
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o root -g wheel -m 644 dot.shrc \
|
1999-11-05 14:31:40 +03:00
|
|
|
${DESTDIR}/root/.shrc; \
|
2001-10-30 01:18:28 +03:00
|
|
|
rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_LINK} ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
|
|
|
|
${INSTALL_LINK} ${DESTDIR}/root/.profile ${DESTDIR}/.profile)
|
2000-10-01 09:49:26 +04:00
|
|
|
(cd defaults; ${MAKE} install)
|
1997-12-02 09:52:14 +03:00
|
|
|
(cd mtree; ${MAKE} install)
|
1997-01-22 07:10:42 +03:00
|
|
|
(cd namedb; \
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 \
|
1999-08-21 10:27:29 +04:00
|
|
|
${NAMEDB} ${DESTDIR}/etc/namedb)
|
2000-03-10 14:59:35 +03:00
|
|
|
(cd rc.d; ${MAKE} install)
|
2002-04-26 19:43:39 +04:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
|
|
postinstall ${DESTDIR}/etc
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_SYMLINK} -o root -g wheel -m 755 \
|
2001-10-29 04:19:19 +03:00
|
|
|
${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_SYMLINK} -o root -g wheel -m 755 \
|
2001-10-29 04:19:19 +03:00
|
|
|
/usr/sbin/rmt ${DESTDIR}/etc/rmt
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g operator -m 664 /dev/null \
|
1994-02-05 05:01:49 +03:00
|
|
|
${DESTDIR}/etc/dumpdates
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g operator -m 600 /dev/null \
|
1994-05-24 10:09:47 +04:00
|
|
|
${DESTDIR}/etc/skeykeys
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o root -g wheel -m 600 /dev/null \
|
1999-10-20 21:57:55 +04:00
|
|
|
${DESTDIR}/var/at/at.deny
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o root -g wheel -m 600 /dev/null \
|
1994-02-17 03:12:56 +03:00
|
|
|
${DESTDIR}/var/cron/log
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o nobody -g ${BINGRP} -m 664 /dev/null \
|
1994-02-05 05:01:49 +03:00
|
|
|
${DESTDIR}/var/db/locate.database
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o uucp -g dialer -m 640 /dev/null \
|
1999-04-03 13:40:38 +04:00
|
|
|
${DESTDIR}/var/log/aculog
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
|
1997-04-02 09:23:49 +04:00
|
|
|
${DESTDIR}/var/log/authlog
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
|
1994-02-05 05:01:49 +03:00
|
|
|
${DESTDIR}/var/log/lastlog
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 640 /dev/null \
|
1994-02-05 05:01:49 +03:00
|
|
|
${DESTDIR}/var/log/lpd-errs
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
|
1994-02-05 05:01:49 +03:00
|
|
|
${DESTDIR}/var/log/maillog
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
|
1994-02-05 05:01:49 +03:00
|
|
|
${DESTDIR}/var/log/messages
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
|
1996-11-20 07:33:24 +03:00
|
|
|
${DESTDIR}/var/log/secure
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
|
2000-02-26 21:42:31 +03:00
|
|
|
${DESTDIR}/var/log/sendmail.st
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
|
1994-02-05 05:01:49 +03:00
|
|
|
${DESTDIR}/var/log/wtmp
|
2002-09-16 06:30:29 +04:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
|
|
|
|
${DESTDIR}/var/log/wtmpx
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
|
1997-04-02 09:23:49 +04:00
|
|
|
${DESTDIR}/var/log/xferlog
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o daemon -g staff -m 664 /dev/null \
|
1994-02-19 11:08:30 +03:00
|
|
|
${DESTDIR}/var/msgs/bounds
|
2002-09-16 06:35:04 +04:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${UTMPGRP} -m 664 /dev/null \
|
1994-02-05 05:01:49 +03:00
|
|
|
${DESTDIR}/var/run/utmp
|
2002-09-16 06:35:04 +04:00
|
|
|
${INSTALL_FILE} -o ${BINOWN} -g ${UTMPGRP} -m 664 /dev/null \
|
2002-09-03 04:56:08 +04:00
|
|
|
${DESTDIR}/var/run/utmpx
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o games -g games -m 664 /dev/null \
|
1997-11-20 11:53:06 +03:00
|
|
|
${DESTDIR}/var/games/atc_scores
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o games -g games -m 664 /dev/null \
|
1997-11-20 11:53:06 +03:00
|
|
|
${DESTDIR}/var/games/battlestar.log
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o games -g games -m 664 /dev/null \
|
1997-11-20 11:53:06 +03:00
|
|
|
${DESTDIR}/var/games/cfscores
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o games -g games -m 664 /dev/null \
|
1997-11-24 05:03:44 +03:00
|
|
|
${DESTDIR}/var/games/criblog
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o games -g games -m 664 /dev/null \
|
1997-11-20 11:53:06 +03:00
|
|
|
${DESTDIR}/var/games/robots_roll
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o games -g games -m 664 /dev/null \
|
1997-11-20 11:53:06 +03:00
|
|
|
${DESTDIR}/var/games/rogue.scores
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o games -g games -m 664 /dev/null \
|
1997-11-20 11:53:06 +03:00
|
|
|
${DESTDIR}/var/games/saillog
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o games -g games -m 664 /dev/null \
|
1997-11-20 11:53:06 +03:00
|
|
|
${DESTDIR}/var/games/snakerawscores
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o games -g games -m 664 /dev/null \
|
1997-11-20 11:53:06 +03:00
|
|
|
${DESTDIR}/var/games/snake.log
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o games -g games -m 664 /dev/null \
|
1997-11-20 11:53:06 +03:00
|
|
|
${DESTDIR}/var/games/tetris.scores
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o games -g games -m 664 /dev/null \
|
1997-11-20 11:53:06 +03:00
|
|
|
${DESTDIR}/var/games/larn/llog12.0
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o games -g games -m 664 /dev/null \
|
1997-11-20 11:53:06 +03:00
|
|
|
${DESTDIR}/var/games/larn/lscore12.0
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_FILE} -o games -g games -m 664 /dev/null \
|
1997-11-20 11:53:06 +03:00
|
|
|
${DESTDIR}/var/games/larn/playerids
|
2000-10-16 17:18:36 +04:00
|
|
|
(cd skel; ${MAKE} distribution)
|
1997-01-17 02:10:16 +03:00
|
|
|
(cd ../usr.bin/mail; ${MAKE} distribution)
|
2000-05-01 01:45:55 +04:00
|
|
|
(cd ../gnu/usr.sbin/postfix/; ${MAKE} distribution)
|
2000-07-25 23:07:39 +04:00
|
|
|
.if (${MKCRYPTO} != "no")
|
|
|
|
(cd ../usr.bin/ssh; ${MAKE} distribution)
|
|
|
|
.endif
|
2002-01-27 04:44:02 +03:00
|
|
|
.if !defined(NO_SENDMAIL)
|
2000-02-09 11:15:12 +03:00
|
|
|
(cd ../gnu/usr.sbin/sendmail/cf/cf; ${MAKE} distribution)
|
1998-11-02 06:32:22 +03:00
|
|
|
.endif
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2002-03-05 06:51:21 +03:00
|
|
|
distrib-dirs: check_DESTDIR
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_DIR} -o root -g wheel -m 755 ${DESTDIR}
|
2001-11-19 08:05:06 +03:00
|
|
|
${MTREE} -def mtree/NetBSD.dist -p ${DESTDIR}/ -U ${UNPRIVED:D-W}
|
2001-10-30 01:18:28 +03:00
|
|
|
rm -f ${DESTDIR}/sys
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL_SYMLINK} -o root -g wheel -m 755 usr/src/sys ${DESTDIR}/sys
|
2002-01-27 04:44:02 +03:00
|
|
|
|
2002-03-05 06:51:21 +03:00
|
|
|
release snapshot: check_DESTDIR check_RELEASEDIR .WAIT \
|
2002-05-03 02:13:30 +04:00
|
|
|
distribution .WAIT snap_pre snap_md_pre .WAIT snap_kern .WAIT snap_md_post
|
2000-03-28 04:39:17 +04:00
|
|
|
(cd ../distrib/sets; ${MAKE} sets)
|
2002-03-31 20:07:53 +04:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/binary/kernel '*.gz'
|
1994-03-05 11:06:41 +03:00
|
|
|
|
2000-09-12 01:53:30 +04:00
|
|
|
# Standalone target to create a CDROM image after the release
|
|
|
|
# was composed. Should be run after "make build" in both src and xsrc
|
2002-03-05 06:51:21 +03:00
|
|
|
iso-image: check_DESTDIR check_RELEASEDIR .WAIT iso-image_md_post
|
2000-09-12 01:53:30 +04:00
|
|
|
|
2002-03-05 06:51:21 +03:00
|
|
|
iso-image_mi: check_DESTDIR check_RELEASEDIR .WAIT iso-image_md_pre
|
2000-09-12 01:53:30 +04:00
|
|
|
@if ${MKISOFS} --version; then \
|
|
|
|
mkdir -p ${RELEASEDIR}/installation/cdrom ; \
|
|
|
|
${MKISOFS} ${MKISOFS_FLAGS} \
|
|
|
|
-o ${RELEASEDIR}/installation/cdrom/netbsd-${MACHINE}.iso \
|
|
|
|
${RELEASEDIR} ; \
|
2002-03-31 20:07:53 +04:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/installation/cdrom '*.iso' ; \
|
2000-09-12 01:53:30 +04:00
|
|
|
else \
|
|
|
|
echo "install pkgsrc/sysutils/cdrecord and type 'make iso-image'." ; \
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Setup the $RELEASEDIR to produce a bootable CD image:
|
2002-03-05 06:51:21 +03:00
|
|
|
iso-image_md_pre: check_DESTDIR check_RELEASEDIR
|
2000-09-12 01:53:30 +04:00
|
|
|
# nothing here -- look in the machine-dependent Makefile.inc
|
|
|
|
|
|
|
|
# Fixup the CD-image to be bootable
|
2002-03-05 06:51:21 +03:00
|
|
|
iso-image_md_post: check_DESTDIR check_RELEASEDIR .WAIT iso-image_mi
|
2000-09-12 01:53:30 +04:00
|
|
|
# nothing here -- look in the machine-dependent Makefile.inc
|
|
|
|
|
2002-03-05 06:51:21 +03:00
|
|
|
snap_pre: check_DESTDIR check_RELEASEDIR
|
2000-10-29 08:16:53 +03:00
|
|
|
# Could be a mount point, ignore the errors
|
2000-10-23 05:50:37 +04:00
|
|
|
-/bin/rm -rf ${RELEASEDIR}
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL} -d -m 755 ${RELEASEDIR}
|
1999-04-27 07:08:02 +04:00
|
|
|
.for dir in ${INSTALLATION_DIRS}
|
2002-02-09 14:09:29 +03:00
|
|
|
${INSTALL} -d -m 755 ${RELEASEDIR}/${dir}
|
1999-04-27 07:08:02 +04:00
|
|
|
.endfor
|
1999-02-05 06:01:49 +03:00
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
# This target builds the kernels specified by each port. A port may
|
|
|
|
# specify the following kernels:
|
|
|
|
#
|
|
|
|
# KERNEL_SETS The list of kernels that will be
|
|
|
|
# packaged into sets, named
|
|
|
|
# kern-${kernel}.tgz. These kernels
|
2002-03-01 09:22:09 +03:00
|
|
|
# are also placed in the binary/kernel
|
2001-11-30 01:45:53 +03:00
|
|
|
# area of the release package as
|
|
|
|
# netbsd-${kernel}.gz.
|
|
|
|
#
|
|
|
|
# EXTRA_KERNELS Additional kernels to place in the
|
2002-03-01 09:22:09 +03:00
|
|
|
# binary/kernel area of the release
|
2001-11-30 01:45:53 +03:00
|
|
|
# package as netbsd-${kernel}.gz, but
|
|
|
|
# which are not placed into sets. This
|
|
|
|
# allows a port to provide e.g. a netbootable
|
|
|
|
# installation kernel containing a ramdisk.
|
|
|
|
#
|
|
|
|
# BUILD_KERNELS Additional kernels to build which are
|
|
|
|
# not placed into sets nor into the
|
2002-03-01 09:22:09 +03:00
|
|
|
# binary/kernel area of the release
|
2001-11-30 01:45:53 +03:00
|
|
|
# package. These are typically kernels
|
|
|
|
# that are built for inclusion only in
|
|
|
|
# installation disk/CD-ROM/tape images.
|
1999-04-10 08:41:52 +04:00
|
|
|
#
|
2001-11-30 21:50:09 +03:00
|
|
|
# A port may also specify KERNEL_SUFFIXES, which is an optional list
|
|
|
|
# of filename suffixes for kernels to include in the kernel sets and
|
2002-03-01 09:22:09 +03:00
|
|
|
# in the binary/kernel area of the release package (e.g. "netbsd" vs.
|
2001-11-30 21:50:09 +03:00
|
|
|
# "netbsd.ecoff" and "netbsd.srec"). It is not an error if kernels
|
|
|
|
# with these suffixes do not exist in the kernel build directory.
|
|
|
|
#
|
1999-04-10 08:41:52 +04:00
|
|
|
GETKERNELAWK= awk '/^config/ {print $$2; found=1} \
|
|
|
|
END{ if (found == 0) print "netbsd"; }'
|
1999-02-05 06:01:49 +03:00
|
|
|
#
|
1999-05-21 07:45:50 +04:00
|
|
|
.if !target(snap_kern)
|
2002-03-05 06:51:21 +03:00
|
|
|
snap_kern: check_DESTDIR check_RELEASEDIR
|
2002-01-27 09:49:22 +03:00
|
|
|
.if !defined(KERNELS_DONE) # {
|
2001-11-30 01:45:53 +03:00
|
|
|
.for configfile in ${KERNEL_SETS} ${EXTRA_KERNELS} ${BUILD_KERNELS}
|
1999-09-16 04:30:06 +04:00
|
|
|
cd ${KERNCONFDIR} && ${CONFIG} \
|
2001-08-23 18:37:02 +04:00
|
|
|
-b ${KERNOBJDIR}/${configfile:C/.*\///} -s ${KERNSRCDIR} ${configfile}
|
2002-01-27 09:49:22 +03:00
|
|
|
.if !defined(UPDATE)
|
2002-01-27 04:44:02 +03:00
|
|
|
cd ${KERNOBJDIR}/${configfile:C/.*\///} && ${MAKE} distclean
|
1999-02-05 06:01:49 +03:00
|
|
|
.endif
|
2002-05-03 02:13:30 +04:00
|
|
|
cd ${KERNOBJDIR}/${configfile:C/.*\///} && ${MAKE} depend && ${MAKE}
|
2001-11-30 01:45:53 +03:00
|
|
|
.endfor # build kernels
|
2002-03-01 09:22:09 +03:00
|
|
|
.endif # KERNELS_DONE # }
|
2001-11-30 01:45:53 +03:00
|
|
|
.for configfile in ${KERNEL_SETS}
|
2001-11-30 21:50:09 +03:00
|
|
|
kernlist=`${GETKERNELAWK} ${KERNCONFDIR}/${configfile}`; \
|
|
|
|
kerndir=${KERNOBJDIR}/${configfile:C/.*\///}; \
|
2002-04-01 21:32:19 +04:00
|
|
|
kernsuffixes="${KERNEL_SUFFIXES}"; \
|
2002-04-10 16:05:20 +04:00
|
|
|
cd $${kerndir} && ( \
|
2002-04-21 04:06:03 +04:00
|
|
|
echo "/set uname=${BINOWN} gname=${BINGRP}"; \
|
|
|
|
echo ". type=dir optional"; \
|
2002-04-10 16:05:20 +04:00
|
|
|
for kernel in $${kernlist}; do \
|
2002-04-21 04:06:03 +04:00
|
|
|
echo "./$${kernel} type=file"; \
|
2002-04-01 21:32:19 +04:00
|
|
|
for s in $${kernsuffixes}; do \
|
2001-11-30 21:50:09 +03:00
|
|
|
if [ -f $${kernel}.$${s} ]; then \
|
2002-04-21 04:06:03 +04:00
|
|
|
echo "./$${kernel}.$${s} type=file"; \
|
2001-11-30 21:50:09 +03:00
|
|
|
fi; \
|
|
|
|
done; \
|
2002-04-26 20:23:14 +04:00
|
|
|
done ) | GZIP=-9 ${PAX} -zw \
|
|
|
|
-M ${UNPRIVED:D-N${NETBSDSRCDIR}/etc} \
|
2002-04-10 16:05:20 +04:00
|
|
|
-f ${RELEASEDIR}/binary/sets/kern-${configfile}.tgz
|
2001-11-30 01:45:53 +03:00
|
|
|
.endfor # make kernel sets
|
|
|
|
.for configfile in ${KERNEL_SETS} ${EXTRA_KERNELS}
|
2001-11-30 21:50:09 +03:00
|
|
|
kernlist=`${GETKERNELAWK} ${KERNCONFDIR}/${configfile:C/.*\///}`; \
|
|
|
|
kerndir=${KERNOBJDIR}/${configfile:C/.*\///}; \
|
2002-04-01 21:32:19 +04:00
|
|
|
kernsuffixes="${KERNEL_SUFFIXES}"; \
|
2001-11-30 21:50:09 +03:00
|
|
|
cd $${kerndir} && \
|
|
|
|
gziplist=`for kernel in $${kernlist}; do \
|
|
|
|
echo "$${kernel}"; \
|
2002-04-01 21:32:19 +04:00
|
|
|
for s in $${kernsuffixes}; do \
|
2001-11-30 21:50:09 +03:00
|
|
|
if [ -f $${kernel}.$${s} ]; then \
|
|
|
|
echo "$${kernel}.$${s}"; \
|
|
|
|
fi; \
|
|
|
|
done; \
|
|
|
|
done`; \
|
|
|
|
for kernel in $${gziplist} ; do \
|
1999-04-04 13:57:11 +04:00
|
|
|
gzip -c -9 < $${kernel} > \
|
2002-01-27 09:49:22 +03:00
|
|
|
${RELEASEDIR}/binary/kernel/$${kernel}-${configfile:C/.*\///}.gz ; done
|
2001-11-30 01:45:53 +03:00
|
|
|
.endfor # place KERNEL_SETS kernels + EXTRA_KERNELS in binary/kernel/...
|
1999-05-21 07:45:50 +04:00
|
|
|
.endif # no target(snap_kern)
|
1999-03-14 17:04:40 +03:00
|
|
|
|
2002-03-05 06:51:21 +03:00
|
|
|
snap_md_pre: check_DESTDIR check_RELEASEDIR
|
1999-04-27 07:08:02 +04:00
|
|
|
# nothing here -- look in the machine-dependent Makefile.inc
|
|
|
|
|
2002-03-05 06:51:21 +03:00
|
|
|
snap_md_post: check_DESTDIR check_RELEASEDIR
|
1994-03-05 11:06:41 +03:00
|
|
|
# nothing here -- look in the machine-dependent Makefile.inc
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.prog.mk>
|