diff options
author | tnn <tnn@pkgsrc.org> | 2007-04-19 23:13:42 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-04-19 23:13:42 +0000 |
commit | 4fb278e0f00d6081a34dffae81e3890ca90842ca (patch) | |
tree | 08318e555a969f515ee28bb6a2b613b9cc7f801f /mk/plist/shlib-som.awk | |
parent | 42f081daa7af1a236c848f518f993d7271dacc85 (diff) | |
download | pkgsrc-4fb278e0f00d6081a34dffae81e3890ca90842ca.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.awk | 11 |
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 +} |