NetBSD/gnu/usr.sbin/ncdcs/Makefile

11 lines
182 B
Makefile
Raw Normal View History

# $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