xref: /openbsd-src/gnu/usr.bin/perl/ext/NDBM_File/hints/dynixptx.pl (revision ba47ec9da08b5e716a167fd61325b8edfcb66dd6)
1# On DYNIX/ptx 4.0 (v4.1.3), ndbm is actually contained in the
2# libc library, and must be explicitly linked against -lc when compiling.
3$self->{LIBS} = ['-lc'];
4