NetBSD/gnu/usr.sbin/ncdcs/Makefile
matt 8d6789fc05 Add ncdcs utility (for ibmnws port). Calculates and writes the NCD checksum
used in kernel files.  Only built for ibmnws port.
2003-10-19 03:34:59 +00:00

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