2002-03-08 23:23:10 +03:00
|
|
|
# $NetBSD: Makefile,v 1.9 2002/03/08 20:23:10 jdolecek Exp $
|
1995-03-25 07:36:52 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1993-12-21 05:56:27 +03:00
|
|
|
|
|
|
|
PROG= apropos
|
|
|
|
SRCS= apropos.c config.c
|
1997-05-09 01:11:01 +04:00
|
|
|
.PATH: ${.CURDIR}/../man
|
2002-03-08 23:23:10 +03:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/..
|
1993-12-21 05:56:27 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|