11 lines
182 B
Makefile
11 lines
182 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2003/10/19 03:34:59 matt Exp $
|
||
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||
|
|
||
|
PROG= ncdcs
|
||
|
SRCS= ncdcs.c
|
||
|
MAN= ncdcs.8
|
||
|
|
||
|
.ifndef HOSTPROG
|
||
|
.include <bsd.prog.mk>
|
||
|
.endif
|