9 lines
184 B
Makefile
9 lines
184 B
Makefile
# $NetBSD: Makefile,v 1.3 1995/03/25 04:36:52 glass Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= apropos
|
|
SRCS= apropos.c config.c
|
|
.PATH: ${.CURDIR}/../man
|
|
|
|
.include <bsd.prog.mk>
|