NetBSD/usr.bin/man/Makefile

10 lines
186 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2002/09/13 15:56:38 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= man
SRCS= man.c manconf.c
1994-12-22 15:29:38 +03:00
MAN= man.1 man.conf.5
WFORMAT=1
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>