9 lines
171 B
Makefile
9 lines
171 B
Makefile
# $NetBSD: Makefile,v 1.6 1995/09/28 06:05:11 tls Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= man
|
|
SRCS= config.c man.c
|
|
MAN= man.1 man.conf.5
|
|
|
|
.include <bsd.prog.mk>
|