NetBSD/usr.bin/man/Makefile

9 lines
174 B
Makefile
Raw Normal View History

2006-10-08 21:52:28 +04:00
# $NetBSD: Makefile,v 1.9 2006/10/08 17:52:29 peter 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
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>