1997-10-17 10:51:04 +04:00
|
|
|
# $NetBSD: Makefile,v 1.8 1997/10/17 06:51:04 mikel 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
|
1997-10-17 10:51:04 +04:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/../man
|
1993-12-21 05:56:27 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|