summaryrefslogtreecommitdiff
path: root/usr.bin/whatis/Makefile
blob: 9b844c2ef1a60f288b4bc2d6c8de4515fdc7fe50 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:51:59 deraadt Exp $

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

.include <bsd.prog.mk>