Home | History | Annotate | Line # | Download | only in ncdcs
      1 #	$NetBSD: Makefile,v 1.8 2024/06/29 16:36:18 christos Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3 
      4 PROG=	ncdcs
      5 SRCS=	ncdcs.c
      6 MAN=	ncdcs.8
      7 
      8 .ifndef HOSTPROG
      9 .include <bsd.prog.mk>
     10 .endif
     11