1# $NetBSD: Makefile,v 1.8 2024/06/29 16:36:18 christos Exp $ 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