Makefile (7c478bd95313f5f23a4c958a745db2134aa03244) Makefile (b7d62af5b42f0da2eb668e8d33d24d2f4fdd98a8)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

--- 7 unchanged lines hidden (view full) ---

16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23#
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

--- 7 unchanged lines hidden (view full) ---

16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23#
24# Copyright 1989, 2002 Sun Microsystems, Inc. All rights reserved.
24# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
25# Use is subject to license terms.
26#
27# ident "%Z%%M% %I% %E% SMI"
28#
29
30
31BINPROG= mail
32

--- 13 unchanged lines hidden (view full) ---

46 errmsg.o gendeliv.o getarg.o getcomment.o \
47 gethead.o goback.o init.o \
48 isheader.o isit.o islocal.o istext.o legal.o \
49 lock.o main.o mkdead.o mta_ercode.o \
50 new_recipl.o parse.o pckaffspot.o pckrcvspot.o \
51 pickFrom.o pipletr.o poplist.o printhdr.o printmail.o \
52 pushlist.o savehdrs.o sel_disp.o sendlist.o \
53 sendmail.o setsig.o \
25# Use is subject to license terms.
26#
27# ident "%Z%%M% %I% %E% SMI"
28#
29
30
31BINPROG= mail
32

--- 13 unchanged lines hidden (view full) ---

46 errmsg.o gendeliv.o getarg.o getcomment.o \
47 gethead.o goback.o init.o \
48 isheader.o isit.o islocal.o istext.o legal.o \
49 lock.o main.o mkdead.o mta_ercode.o \
50 new_recipl.o parse.o pckaffspot.o pckrcvspot.o \
51 pickFrom.o pipletr.o poplist.o printhdr.o printmail.o \
52 pushlist.o savehdrs.o sel_disp.o sendlist.o \
53 sendmail.o setsig.o \
54 stamp.o Tout.o maid.o
54 stamp.o Tout.o
55
56MAILSRC= $(MAILOBJS:%.o=%.c)
57
58CPROG= mail
59CPROGSRC= $(CPROG:%=_%.c)
60
61# ROOT directories
62ROOTMAILD= $(ROOTLIB)/mail

--- 62 unchanged lines hidden ---
55
56MAILSRC= $(MAILOBJS:%.o=%.c)
57
58CPROG= mail
59CPROGSRC= $(CPROG:%=_%.c)
60
61# ROOT directories
62ROOTMAILD= $(ROOTLIB)/mail

--- 62 unchanged lines hidden ---