10 lines
180 B
Makefile
10 lines
180 B
Makefile
# $NetBSD: Makefile,v 1.7 2000/10/11 14:46:13 is Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= man
|
|
SRCS= config.c man.c
|
|
MAN= man.1 man.conf.5
|
|
WFORMAT=1
|
|
|
|
.include <bsd.prog.mk>
|