1#	$NetBSD$
2#	@(#)Makefile	8.1 (Berkeley) 6/6/93
3
4PROG=	ncdcs
5SRCS=	ncdcs.c
6MAN=	ncdcs.8
7
8.ifndef HOSTPROG
9.include <bsd.prog.mk>
10.endif
11