From caf76e1b13a1cea7d19cdc4c4991d43878e5141f Mon Sep 17 00:00:00 2001 From: tnn Date: Thu, 19 Apr 2007 23:13:42 +0000 Subject: add awk script to be used for Spectrum Object Module shlib handling. --- mk/plist/shlib-som.awk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mk/plist/shlib-som.awk (limited to 'mk/plist/shlib-som.awk') 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 +} -- cgit v1.2.3