This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / usr.sbin / sendmail / Makefile
CommitLineData
78ed81a3 1# @(#)Makefile 8.1 (Berkeley) 6/7/93
15637ed4 2
78ed81a3 3SUBDIR= mailstats makemap praliases
4VER= XX
15637ed4
RG
5
6# don't trivially install sendmail
7.if !make(install)
8SUBDIR+=src
9.endif
10
78ed81a3 11tar: Files.base Files.cf Files.misc Files.xdoc
12 (cd src; ${MAKE})
13 (cd doc; PRINTER=ps ${MAKE})
14 (cd cf/cf; ${MAKE})
15 pax -w -x tar -L -f sendmail.${VER}.base.tar `cat Files.base`
16 compress sendmail.${VER}.base.tar
17 pax -w -x tar -L -f sendmail.${VER}.cf.tar `cat Files.cf`
18 compress sendmail.${VER}.cf.tar
19 pax -w -x tar -L -f sendmail.${VER}.misc.tar `cat Files.misc`
20 compress sendmail.${VER}.misc.tar
21 pax -w -x tar -L -f sendmail.${VER}.xdoc.tar `cat Files.xdoc`
22 compress sendmail.${VER}.xdoc.tar
23
24ftp: sendmail.${VER}.base.tar.Z sendmail.${VER}.cf.tar.Z sendmail.${VER}.misc.tar.Z sendmail.${VER}.xdoc.tar.Z
25 rcp sendmail.${VER}.*.tar.Z RELEASE_NOTES barad-dur:/disks/barad-dur/ftp/sendmail/.
26
15637ed4 27.include <bsd.subdir.mk>