summaryrefslogtreecommitdiff
path: root/mk/plist/shlib-som.awk
diff options
context:
space:
mode:
authortnn <tnn>2007-04-19 23:13:42 +0000
committertnn <tnn>2007-04-19 23:13:42 +0000
commitcaf76e1b13a1cea7d19cdc4c4991d43878e5141f (patch)
tree08318e555a969f515ee28bb6a2b613b9cc7f801f /mk/plist/shlib-som.awk
parent81b830584aa986438e95120d03be1620b8ff96bf (diff)
downloadpkgsrc-caf76e1b13a1cea7d19cdc4c4991d43878e5141f.tar.gz
add awk script to be used for Spectrum Object Module shlib handling.
Diffstat (limited to 'mk/plist/shlib-som.awk')
-rw-r--r--mk/plist/shlib-som.awk11
1 files changed, 11 insertions, 0 deletions
diff --git a/mk/plist/shlib-som.awk b/mk/plist/shlib-som.awk
new file mode 100644
index 00000000000..ab8c788abe5
--- /dev/null
+++ b/mk/plist/shlib-som.awk
@@ -0,0 +1,11 @@
+# $NetBSD: shlib-som.awk,v 1.1 2007/04/19 23:13:42 tnn Exp $
+#
+###
+### PLIST shlib filter for Spectrum Object Module format, SOM, on HP-UX.
+###
+
+# XXX: Nothing here yet. Libtoolized packages don't need any special attention,
+# but for others we need to manually deal with the .sl library suffix.
+{
+ print
+}