1#!/bin/sh
2#
3# $FreeBSD: stable/11/etc/autofs/include_nis 332588 2018-04-16 15:59:51Z trasz $
4#
5
6if [ -n "$2" ]; then
7	ypmatch $2 $1
8	exit 0
9fi
10
11if [ -n "$1" ]; then
12	ypcat -k $1
13	exit 0
14fi
15