67f80d12af
bfumerola for that pointer!) in GCC complaining about losing a const. While I'm here, might as well mark in the Makefile that I'm the ${MAINTAINER}. It seems like that's what everyone's doing these days.
10 lines
169 B
Makefile
10 lines
169 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= dd
|
|
SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
|
|
|
|
MAINTAINER= green@FreeBSD.org
|
|
|
|
.include <bsd.prog.mk>
|