From d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 18 Oct 1995 08:53:40 +0000 Subject: initial import of NetBSD tree --- distrib/utils/x_dd/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 distrib/utils/x_dd/Makefile (limited to 'distrib/utils/x_dd') diff --git a/distrib/utils/x_dd/Makefile b/distrib/utils/x_dd/Makefile new file mode 100644 index 00000000000..208facc52ad --- /dev/null +++ b/distrib/utils/x_dd/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.3 1995/10/13 18:35:26 gwr Exp $ +# Build a smaller dd (i.e. for boot media) + +PROG= dd +NOMAN= + +SRCDIR= ${BSDSRCDIR}/bin/dd + +SRCS= args.c conv.c dd.c misc.c position.c +# SRCS+= conv_tab.c (not used) + +CFLAGS+= -DNO_CONV -I${SRCDIR} + +all: ${PROG} + +.include + +.PATH: ${SRCDIR} -- cgit v1.2.3