9 lines
186 B
Makefile
9 lines
186 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.2 1994/09/25 07:55:08 glass Exp $
|
|
|
|
PROG= apropos
|
|
SRCS= apropos.c config.c
|
|
.PATH: ${.CURDIR}/../man
|
|
|
|
.include <bsd.prog.mk>
|