diff options
author | Darren Tucker <dtucker@dtucker.net> | 2019-11-01 18:24:29 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-11-01 18:27:37 +1100 |
commit | 0e3c5bc50907d2058407641b5a3581b7eda91b7e (patch) | |
tree | c7dda5c4d05debff27635a088bd6193c8d67f25a /openbsd-compat/Makefile.in | |
parent | b56dbfd9d967e5b6ce7be9f81f206112e19e1030 (diff) |
Hook up fnmatch for platforms that don't have it.
Diffstat (limited to 'openbsd-compat/Makefile.in')
-rw-r--r-- | openbsd-compat/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in index 1162dc550..94fb0a55e 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in | |||
@@ -25,6 +25,7 @@ OPENBSD=base64.o \ | |||
25 | explicit_bzero.o \ | 25 | explicit_bzero.o \ |
26 | fmt_scaled.o \ | 26 | fmt_scaled.o \ |
27 | freezero.o \ | 27 | freezero.o \ |
28 | fnmatch.o \ | ||
28 | getcwd.o \ | 29 | getcwd.o \ |
29 | getgrouplist.o \ | 30 | getgrouplist.o \ |
30 | getopt_long.o \ | 31 | getopt_long.o \ |