blob: 602caacdfe710e62282ab8e403c160b2df13b31e (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.2 1996/06/26 05:31:13 deraadt Exp $
# $NetBSD: Makefile,v 1.4 1995/09/04 20:46:14 tls Exp $
PROG= apropos
SRCS= apropos.c config.c
.PATH: ${.CURDIR}/../man
.include <bsd.prog.mk>
|