mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
6 lines
154 B
OCaml
6 lines
154 B
OCaml
# HPUX uses the .sl suffix for shared libraries.
|
|
|
|
SHLIB = libstdc++.sl
|
|
LIBS = $(ARLIB) $(ARLINK) $(SHLIB)
|
|
DEPLIBS = ../$(SHLIB)
|
|
SHFLAGS = $(PICFLAG)
|