NetBSD/usr.bin/whatis/Makefile
2002-09-13 20:27:52 +00:00

10 lines
211 B
Makefile

# $NetBSD: Makefile,v 1.7 2002/09/13 20:27:52 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= whatis
SRCS= whatis.c manconf.c
.PATH: ${.CURDIR}/../man
CPPFLAGS+=-I${.CURDIR}/..
.include <bsd.prog.mk>