1#	@(#)Makefile	5.2 (Berkeley) 06/24/90
2
3PROG=	whatabout
4CFLAGS+=-I${.CURDIR}/../refer
5SRCS=	what1.c what2.c what3.c what4.c mkey3.c shell.c
6DPADD=	${LIBCOMPAT}
7LDADD=	-lcompat
8NOMAN=	noman
9
10.PATH:	${.CURDIR}/../hunt ${.CURDIR}/../mkey
11
12.include "../../Makefile.inc"
13.include <bsd.prog.mk>
14