NetBSD/usr.bin/whatis/Makefile

10 lines
211 B
Makefile

# $NetBSD: Makefile,v 1.6 2002/03/08 20:23:11 jdolecek Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= whatis
SRCS= whatis.c config.c
.PATH: ${.CURDIR}/../man
CPPFLAGS+=-I${.CURDIR}/..
.include <bsd.prog.mk>