2000-10-11 18:46:00 +04:00
|
|
|
# $NetBSD: Makefile,v 1.7 2000/10/11 14:46:13 is Exp $
|
1993-12-21 05:59:25 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-12-21 05:59:25 +03:00
|
|
|
PROG= man
|
|
|
|
SRCS= config.c man.c
|
1994-12-22 15:29:38 +03:00
|
|
|
MAN= man.1 man.conf.5
|
2000-10-11 18:46:00 +04:00
|
|
|
WFORMAT=1
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-12-21 05:59:25 +03:00
|
|
|
.include <bsd.prog.mk>
|