blob: 055046edf2c75e160b3c5d0ca248d51aa60fbd4e (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:44 deraadt Exp $
# $NetBSD: Makefile,v 1.4 1995/03/21 09:03:58 cgd Exp $
PROG= dd
SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
.include <bsd.prog.mk>
|