#
#	Makefile for makewhatis
#
DESTDIR=

PROGRAM=	makewhatis
SRCS=		makewhatis.sh

all:

install:
	install -c ${PROGRAM}.sh ${DESTDIR}/usr/lib/${PROGRAM}

depend:

clean:
