summaryrefslogtreecommitdiff
path: root/usr.bin/whatis/Makefile
blob: 2a790f49f4a5bc7b2411e6d12208da0a170f6093 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:42:53 deraadt Exp $


PROG=	whatis
SRCS=	whatis.c config.c
.PATH:	${.CURDIR}/../man

.include <bsd.prog.mk>