blob: a77ff56ed7f609c063e1f6c1746919fe9b155a17 (
plain)
1
2
3
4
5
6
7
|
# $NetBSD: Makefile,v 1.4 1995/03/21 09:03:58 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= dd
SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
.include <bsd.prog.mk>
|