summaryrefslogtreecommitdiff
path: root/openbsd-compat/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/Makefile.in')
-rw-r--r--openbsd-compat/Makefile.in81
1 files changed, 76 insertions, 5 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in
index ac8ae4305..8e3b42991 100644
--- a/openbsd-compat/Makefile.in
+++ b/openbsd-compat/Makefile.in
@@ -1,5 +1,3 @@
1# $Id: Makefile.in,v 1.56 2014/09/30 23:43:08 djm Exp $
2
3sysconfdir=@sysconfdir@ 1sysconfdir=@sysconfdir@
4piddir=@piddir@ 2piddir=@piddir@
5srcdir=@srcdir@ 3srcdir=@srcdir@
@@ -16,11 +14,84 @@ RANLIB=@RANLIB@
16INSTALL=@INSTALL@ 14INSTALL=@INSTALL@
17LDFLAGS=-L. @LDFLAGS@ 15LDFLAGS=-L. @LDFLAGS@
18 16
19OPENBSD=base64.o basename.o bcrypt_pbkdf.o bindresvport.o blowfish.o daemon.o dirname.o fmt_scaled.o getcwd.o getgrouplist.o getopt_long.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o reallocarray.o realpath.o recallocarray.o rresvport.o setenv.o setproctitle.o sha1.o sha2.o rmd160.o md5.o sigact.o strcasestr.o strlcat.o strlcpy.o strmode.o strnlen.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o strtoull.o timingsafe_bcmp.o vis.o blowfish.o bcrypt_pbkdf.o explicit_bzero.o freezero.o 17OPENBSD=base64.o \
18 basename.o \
19 bcrypt_pbkdf.o \
20 bcrypt_pbkdf.o \
21 bindresvport.o \
22 blowfish.o \
23 daemon.o \
24 dirname.o \
25 explicit_bzero.o \
26 fmt_scaled.o \
27 freezero.o \
28 getcwd.o \
29 getgrouplist.o \
30 getopt_long.o \
31 getrrsetbyname.o \
32 glob.o \
33 inet_aton.o \
34 inet_ntoa.o \
35 inet_ntop.o \
36 md5.o \
37 mktemp.o \
38 pwcache.o \
39 readpassphrase.o \
40 reallocarray.o \
41 realpath.o \
42 recallocarray.o \
43 rmd160.o \
44 rresvport.o \
45 setenv.o \
46 setproctitle.o \
47 sha1.o \
48 sha2.o \
49 sigact.o \
50 strcasestr.o \
51 strlcat.o \
52 strlcpy.o \
53 strmode.o \
54 strndup.o \
55 strnlen.o \
56 strptime.o \
57 strsep.o \
58 strtoll.o \
59 strtonum.o \
60 strtoull.o \
61 strtoul.o \
62 timingsafe_bcmp.o \
63 vis.o
20 64
21COMPAT=arc4random.o bsd-asprintf.o bsd-closefrom.o bsd-cray.o bsd-cygwin_util.o bsd-getpeereid.o getrrsetbyname-ldns.o bsd-err.o bsd-getpagesize.o bsd-misc.o bsd-nextstep.o bsd-openpty.o bsd-poll.o bsd-malloc.o bsd-setres_id.o bsd-snprintf.o bsd-statvfs.o bsd-waitpid.o fake-rfc2553.o openssl-compat.o xcrypt.o kludge-fd_set.o 65COMPAT= arc4random.o \
66 bsd-asprintf.o \
67 bsd-closefrom.o \
68 bsd-cygwin_util.o \
69 bsd-err.o \
70 bsd-flock.o \
71 bsd-getpagesize.o \
72 bsd-getpeereid.o \
73 bsd-malloc.o \
74 bsd-misc.o \
75 bsd-nextstep.o \
76 bsd-openpty.o \
77 bsd-poll.o \
78 bsd-setres_id.o \
79 bsd-signal.o \
80 bsd-snprintf.o \
81 bsd-statvfs.o \
82 bsd-waitpid.o \
83 fake-rfc2553.o \
84 getrrsetbyname-ldns.o \
85 kludge-fd_set.o \
86 openssl-compat.o \
87 xcrypt.o
22 88
23PORTS=port-aix.o port-irix.o port-linux.o port-solaris.o port-tun.o port-uw.o 89PORTS= port-aix.o \
90 port-irix.o \
91 port-linux.o \
92 port-solaris.o \
93 port-net.o \
94 port-uw.o
24 95
25.c.o: 96.c.o:
26 $(CC) $(CFLAGS) $(CPPFLAGS) -c $< 97 $(CC) $(CFLAGS) $(CPPFLAGS) -c $<