Merge from vendor branch TNF:
[pkgsrcv2.git] / mail / postfix / patches / patch-bj
1 $NetBSD: patch-bj,v 1.3 2000/04/09 08:10:21 simonb Exp $
2
3 --- util/Makefile.orig  Sun May 30 18:49:14 1999
4 +++ util/Makefile       Sun May 30 18:49:14 1999
5 @@ -0,0 +1,38 @@
6 +#      $NetBSD: patch-bj,v 1.3 2000/04/09 08:10:21 simonb Exp $
7 +
8 +LIB=   util
9 +SRCS   = argv.c argv_split.c attr.c basename.c binhash.c chroot_uid.c \
10 +       close_on_exec.c concatenate.c dict.c dict_db.c dict_dbm.c \
11 +       dict_env.c dict_ht.c dict_ldap.c dict_mysql.c dict_ni.c dict_nis.c \
12 +       dict_nisplus.c dict_open.c dir_forest.c doze.c environ.c \
13 +       events.c exec_command.c fifo_listen.c fifo_trigger.c file_limit.c \
14 +       find_inet.c fsspace.c fullname.c get_domainname.c get_hostname.c \
15 +       htable.c inet_addr_host.c inet_addr_list.c inet_addr_local.c \
16 +       inet_connect.c inet_listen.c inet_trigger.c inet_util.c \
17 +       line_wrap.c lowercase.c lstat_as.c mac_parse.c make_dirs.c \
18 +       match_list.c match_ops.c msg.c msg_output.c msg_syslog.c \
19 +       msg_vstream.c mvect.c myflock.c mymalloc.c mystrtok.c name_mask.c \
20 +       non_blocking.c open_as.c open_limit.c open_lock.c peekfd.c \
21 +       percentm.c posix_signals.c printable.c read_wait.c readable.c \
22 +       readlline.c ring.c safe_getenv.c safe_open.c sane_accept.c \
23 +       scan_dir.c set_eugid.c set_ugid.c sigdelay.c skipblanks.c \
24 +       split_at.c stat_as.c sys_compat.c timed_connect.c timed_wait.c \
25 +       translit.c trimblanks.c unix_connect.c unix_listen.c unix_trigger.c \
26 +       unsafe.c username.c valid_hostname.c vbuf.c vbuf_print.c \
27 +       vstream.c vstream_popen.c vstring.c vstring_vstream.c writable.c \
28 +       write_buf.c write_wait.c dict_unix.c dict_pcre.c stream_listen.c \
29 +       stream_connect.c stream_trigger.c dict_regexp.c mac_expand.c \
30 +       clean_env.c watchdog.c spawn_command.c sane_rename.c sane_link.c
31 +
32 +
33 +MKLINT=                no
34 +MKPIC=         no
35 +MKPROFILE=     no
36 +NOLINT=                yes
37 +NOPIC=         yes
38 +NOPROFILE=     yes
39 +
40 +# only needed during build
41 +libinstall::
42 +
43 +.include <bsd.lib.mk>