diff options
Diffstat (limited to 'openbsd-compat/Makefile.in')
-rw-r--r-- | openbsd-compat/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in index 32312b3a4..e88a5c6b2 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in | |||
@@ -18,6 +18,8 @@ OPENBSD=base64.o bindresvport.o daemon.o getcwd.o getgrouplist.o inet_aton.o ine | |||
18 | 18 | ||
19 | COMPAT=bsd-arc4random.o bsd-cygwin_util.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o | 19 | COMPAT=bsd-arc4random.o bsd-cygwin_util.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o |
20 | 20 | ||
21 | .c.o: | ||
22 | $(CC) $(CFLAGS) $(CPPFLAGS) -c $< | ||
21 | 23 | ||
22 | all: libopenbsd-compat.a | 24 | all: libopenbsd-compat.a |
23 | 25 | ||