summaryrefslogtreecommitdiff
path: root/mk/plist/shlib-som.awk
blob: ab8c788abe50ba987addd08cd93be5fc75334da4 (plain)
1
2
3
4
5
6
7
8
9
10
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
}